MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / deref

Method deref

extlibs/sol3/include/sol/sol.hpp:8752–8754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8750 }
8751
8752 void deref(lua_State* L) const noexcept {
8753 luaL_unref(L, LUA_REGISTRYINDEX, ref);
8754 }
8755 };
8756
8757 template <bool main_only = false>

Callers

nothing calls this directly

Calls 1

luaL_unrefFunction · 0.85

Tested by

no test coverage detected