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

luaL_unref() private method

private luaL_unref ( lua_State L, int t, int rf ) : void
L lua_State
t int
rf int
return void
        public extern static void luaL_unref(lua_State L, int t, int rf);
Lua