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
