Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
void TimerSystem::OnSourceModLevelEnd()
213
{
214
m_bHasMapTickedYet = false;
215
m_bHasMapSimulatedYet = false;
216
}
217
218
void TimerSystem::GameFrame(bool simulating)
219
{
Callers
1
LevelShutdown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected