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

Method GetnObj

LuaSTGPlus/LuaWrapper.cpp:562–566  ·  view source on GitHub ↗

对象控制函数(这些方法将被转发到对象池)

Source from the content-addressed store, hash-verified

560
561 // 对象控制函数(这些方法将被转发到对象池)
562 static int GetnObj(lua_State* L)LNOEXCEPT
563 {
564 lua_pushinteger(L, (lua_Integer)LPOOL.GetObjectCount());
565 return 1;
566 }
567 static int UpdateObjList(lua_State* L)LNOEXCEPT
568 {
569 // ! 该函数已被否决

Callers

nothing calls this directly

Calls 1

GetObjectCountMethod · 0.80

Tested by

no test coverage detected