Example #1
0
 public static int lua_gettop(LuaCore.lua_State luaState)
 {
     return(LuaCore.lua_gettop(luaState));
 }