Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alliedmodders/sourcemod
/ OnConVarChanged
Method
OnConVarChanged
core/TimerSys.cpp:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
void OnConVarChanged(ConVar *pConVar, const char *oldValue, float flOldValue)
121
{
122
g_Timers.MapTimeLeftChanged();
123
}
124
125
private:
126
void Enable()
Callers
nothing calls this directly
Calls
1
MapTimeLeftChanged
Method · 0.80
Tested by
no test coverage detected