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