globalvars

Example:

local curenttime = globalvars.curtime

Variables:

namedescription

curtime

Your current time.

interval_per_tick

The simulation tick interval.

tickcount

The simulation ticks.

frametime

Your time spent on last server or client frame.

realtime

Your absolute time (per frame still).

framecount

Your absolute frame counter.

Last updated