lua_gettop() public static method

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