Description
Wiki Description
Obtains the current game time in terms of game days passed (same as the global variable)
Documentation Comment
Obtains the current game time in terms of game days passed (same as the global variable)
Caveats
Examples
; What is the current in-game time?
Debug.Trace("The current time is: " + Utility.GetCurrentGameTime() + " in game days passed")Auto-Generated Example
float returnedValue = Utility.GetCurrentGameTime()Related Pages
- Utility
- Utility.WaitGameTime(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
