Tao.Lua SDK Documentation
Lua.luaL_opt Method
[Visual Basic]
Public Shared Sub luaL_opt( _
ByVal
L
As
IntPtr
, _
ByVal
f
As
Integer
, _
ByVal
n
As
Integer
, _
ByVal
d
As
Integer
_
)
[C#]
public static
void
luaL_opt(
IntPtr
L
,
int
f
,
int
n
,
int
d
);
See Also
Lua Class
|
Tao.Lua Namespace