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