MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / ObjTable

Method ObjTable

LuaSTGPlus/LuaWrapper.cpp:1780–1783  ·  view source on GitHub ↗

调试函数

Source from the content-addressed store, hash-verified

1778
1779 // 调试函数
1780 static int ObjTable(lua_State* L)LNOEXCEPT
1781 {
1782 return LPOOL.GetObjectTable(L);
1783 }
1784
1785 // 对象构造函数
1786 static int NewColor(lua_State* L)LNOEXCEPT

Callers

nothing calls this directly

Calls 1

GetObjectTableMethod · 0.80

Tested by

no test coverage detected