Definition at line 83 of file ObjectList.h.
91 for (
auto i = 0; i < currCount; i++)
95 if (
gsi.ObjectMan.isLoadingCritical())
97 gsi.ObjectMan.addObjectListToMap(
this, curr);
101 ASSERT(
gsi.ObjectMan.getThingNoChecks(curr));
102 auto t =
gsi.ObjectMan.getThingNoChecks(curr);
108 t->TypeList[t->Type] =
insert(t);
enum ObjectListType _ListType
OBJLIST * insert(Thing *t)
References _ListType, FreeList, gsi, insert(), reset(), TypeList, and UsedList.