MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / ClearPending

Method ClearPending

src/SB/Game/zNPCSpawner.cpp:582–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582void zNPCSpawner::ClearPending()
583{
584 for (S32 i = 0; i < pendlist.cnt; i++)
585 {
586 ((st_XORDEREDARRAY*)pendlist.list[i])->cnt = 1;
587 }
588
589 XOrdReset(&pendlist);
590}
591
592st_XORDEREDARRAY* zNPCSpawner::FillPending()
593{

Callers 1

ResetMethod · 0.95

Calls 1

XOrdResetFunction · 0.85

Tested by

no test coverage detected