global_vars
realtime(): float
Client time in seconds
var realtime = global_vars.realtime();framecount(): int
Frames count
var framecount = global_vars.framecount();absoluteframetime(): float
Absolute time of 10 frames
var absoluteframetime = global_vars.absoluteframetime();curtime(): float
Server time in seconds
var curtime = global_vars.curtime();frametime(): float
Last frame time
max_clients(): int
Max amount of clients that can connect to the server
tickcount(): int
Ticks count
interval_per_tick(): float
Time between ticks
interpolation_amount(): float
Amount of interpolation in this tick
Last updated
Was this helpful?