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

Method Reset

src/SB/Game/zNPCSpawner.cpp:127–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void zNPCSpawner::Reset()
128{
129 this->cnt_spawn = 0;
130 this->wavestat = SM_STAT_BEGIN;
131 this->cnt_cleanup = 0;
132 this->flg_spawner &= 1;
133 this->flg_spawner |= 8;
134 this->ClearPending();
135 this->ClearActive();
136 this->MapPreferred();
137}
138
139void zNPCSpawner::MapPreferred()
140{

Callers

nothing calls this directly

Calls 3

ClearPendingMethod · 0.95
ClearActiveMethod · 0.95
MapPreferredMethod · 0.95

Tested by

no test coverage detected