Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns the system uptime of your computer in seconds, with millisecond precision.

seconds = GetTime()

Returns[]

seconds
number - The current system uptime in seconds, e.g. 60123.558

Details[]

  • This value is only updated once per rendered frame. Finer-grained timers are available using GetTimePreciseSec() or debugprofilestop().
  • It is possible for this function to return identical values across consecutive frames if a low resolution timing method is in use while running at a high framerate.

Patch changes[]

Cataclysm Patch 4.3.0 (2011-11-29): Only updates once every OnUpdate[1]

See also[]

Advertisement