Background for Fallout 4
Member of the Game script
floatfunctionGetRealHoursPassed()NativeGlobal

Description

Wiki Description

Returns the number of real-life hours the player has been playing.

Documentation Comment

Returns the number of days spent in play


Caveats


Examples

Debug.Trace("You've been playing for " + Game.GetRealHoursPassed() + " hours!")

Auto-Generated Example

float returnedValue = Game.GetRealHoursPassed()

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.