Background for Starfield
Member of the Math script
floatfunctionSecondsAsDays(floatafSeconds)Global

Description

Documentation Comment

return a number of days for a number of seconds - useful for doing math with GameDaysPassed, etc.


Caveats


Parameters

floatafSeconds


Examples

Auto-Generated Example

float myFloat__afSeconds

float returnedValue = Math.SecondsAsDays(myFloat__afSeconds)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.