Difference between revisions of "User:Rasikko"

6 bytes removed ,  15:43, 31 August 2018
no edit summary
imported>Scrivener07
imported>Scrivener07
Line 61: Line 61:
</source>
</source>
<br>
<br>
Functions for returning units of time since 10.28.2287. 30.416667 is used because Fallout 4 does not have leap years and thus always has common years(365 days).
<source lang="papyrus">
<source lang="papyrus">
; Functions for returning units of time since 10.28.2287
; 30.416667 is used because Fallout 4 does not have leap years and thus
; always has common years(365 days).
Float Function GetMonthsPassed(Float afDaysPassed) Global
Float Function GetMonthsPassed(Float afDaysPassed) Global
     ; Returns the number of month passed since game start.
     ; Returns the number of month passed since game start.
Anonymous user