Background for Fallout 4
Member of the Utility script
floatfunctionGetCurrentGameTime()NativeGlobal

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


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.