WildStar:API GameLib GetWorldTimeOfDay

Revision as of 16:05, 24 May 2014 by Bear (talk | contribs) (Created page with "{{uiapi}} Gets a number representing 24 hours of a game day in seconds, wrapping to 0 at 24 hours. local hoursInSeconds = GameLib.GetWorldTimeOfDay() == Summary == Is a div...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Uiapi Gets a number representing 24 hours of a game day in seconds, wrapping to 0 at 24 hours.

local hoursInSeconds = GameLib.GetWorldTimeOfDay()

Summary

Is a division of real time such that on Nexus currently is moving at ~6.85 times faster than regular Earth time, wrapping at midnight real time.