Ejemplo n.º 1
0
 public static void lua_gettable(LuaState state, int index)
 {
     LuaNativeBinding.lua_gettable(state, index);
 }