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

[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

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