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

Function GetSimulatedTime

core/TimerSys.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49ConVar sm_time_adjustment("sm_time_adjustment", "0", 0, "Adjusts the server time in seconds");
50
51inline double GetSimulatedTime()
52{
53 return g_fUniversalTime;
54}
55
56time_t GetAdjustedTime(time_t *buf)
57{

Callers 3

RunFrameMethod · 0.85
CreateTimerMethod · 0.85
FireTimerOnceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected