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

Method UpdateObjList

LuaSTGPlus/LuaWrapper.cpp:567–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565 return 1;
566 }
567 static int UpdateObjList(lua_State* L)LNOEXCEPT
568 {
569 // ! 该函数已被否决
570 return 0;
571 }
572 static int ObjFrame(lua_State* L)LNOEXCEPT
573 {
574 LPOOL.CheckIsMainThread(L);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected