MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / OnSourceModLevelEnd

Method OnSourceModLevelEnd

core/TimerSys.cpp:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void TimerSystem::OnSourceModLevelEnd()
213{
214 m_bHasMapTickedYet = false;
215 m_bHasMapSimulatedYet = false;
216}
217
218void TimerSystem::GameFrame(bool simulating)
219{

Callers 1

LevelShutdownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected