Tao.Lua SDK Documentation
Lua.luaL_optinteger Method
[Visual Basic]
Public Shared Function luaL_optinteger( _
ByVal
L
As
IntPtr
, _
ByVal
nArg
As
Integer
, _
ByVal
def
As
Integer
_
) As
Integer
[C#]
public static
int
luaL_optinteger(
IntPtr
L
,
int
nArg
,
int
def
);
See Also
Lua Class
|
Tao.Lua Namespace