Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ GetMapTimeLimit
Method
GetMapTimeLimit
core/TimerSys.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
int GetMapTimeLimit()
90
{
91
return (mp_timelimit->GetInt() / kMapTimeScaleFactor);
92
}
93
94
void SetMapTimerStatus(bool enabled)
95
{
Callers
2
GetMapTimeLeft
Method · 0.80
smn_GetMapTimeLimit
Function · 0.80
Calls
1
GetInt
Method · 0.45
Tested by
no test coverage detected