[DEV SERVER] Loading description...
Caveats
Parameters
floatafGameTime
CK Wiki Description
The game time to convert to a string - in game days passed.
Examples
; Print out the current date and time - will look something like "Current date and time: 07/12/0713 10:31"
Debug.Trace("Current date and time: " + Utility.GameTimeToString(Utility.GetCurrentGameTime()))Auto-Generated Example
float myFloat__afGameTime
string returnedValue = Utility.GameTimeToString(myFloat__afGameTime)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
