Example #1
0
 // steffenj: END Lua 5.1.1 API change (lua_dostring is now a macro luaL_dostring)
 // steffenj: BEGIN Lua 5.1.1 API change (lua_newtable is gone, lua_createtable is new)
 public static void lua_createtable(LuaCore.lua_State luaState, int narr, int nrec)
 {
     LuaCore.lua_createtable(luaState, narr, nrec);
 }