Tao.Lua.Lua.lua_unref C# (CSharp) 메소드

lua_unref() 공개 정적인 메소드

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