MCPcopy Create free account
hub / github.com/SOUI2/soui / ~table_obj

Method ~table_obj

components/ScriptModule-LUA/lua_tinker/lua_tinker.cpp:758–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756}
757
758lua_tinker::table_obj::~table_obj()
759{
760 if(validate())
761 {
762 lua_remove(m_L, m_index);
763 }
764}
765
766void lua_tinker::table_obj::inc_ref()
767{

Callers

nothing calls this directly

Calls 2

lua_removeFunction · 0.85
validateFunction · 0.50

Tested by

no test coverage detected