lua_gettop() public static method

public static lua_gettop ( ) : int
return int
Ejemplo n.º 1
0
 public static int lua_gettop(this LuaState luaState) => Lua.lua_gettop(luaState);