MCPcopy 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
125private:
126 void Enable()

Callers

nothing calls this directly

Calls 1

MapTimeLeftChangedMethod · 0.80

Tested by

no test coverage detected