Example #1
0
 public static void lua_gettable(LuaCore.lua_State luaState, int index)
 {
     LuaCore.lua_gettable(luaState, index);
 }