Tao.Lua.Lua.lua_unref C# (CSharp) Method

lua_unref() public static method

public static lua_unref ( lua_State L, int reference ) : void
L lua_State
reference int
return void
        public static void lua_unref(lua_State L, int reference)
        {
            luaL_unref(L, LUA_REGISTRYINDEX, reference);
        }
Lua