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