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

Function ObjectListSortFunc

LuaSTGPlus/GameObjectPool.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64using namespace LuaSTGPlus;
65
66static inline bool ObjectListSortFunc(GameObject* p1, GameObject* p2)LNOEXCEPT
67{
68 // ������uid����
69 return p1->uid < p2->uid;
70}
71
72static inline bool RenderListSortFunc(GameObject* p1, GameObject* p2)LNOEXCEPT
73{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected