Globals
Globals
IsConnected
Is client connected to a game server
Globals.IsConnected()
IsActive
Globals.IsActive()
GetCurrentTime
Elapsed time since game start
Globals.GetCurrentTime()
GetFrameTime
Elapsed time between frames
Globals.GetFrameTime()
GetTickInterval
Returns interval between ticks in seconds
Globals.GetTickInterval()
GetTickCount
Returns elapsed ticks since game start
Globals.GetTickCount()
GetMapName
Returns short name of current map
Globals.GetMapName()
GetMapBSPName
Returns full name of current map
Globals.GetMapBSPName()
Last updated