Difference between revisions of "User:Rasikko"
Jump to navigation
Jump to search
m
Undo revision 51770 by Rasikko (talk)impossible to make edits on a phone.
imported>Rasikko m (→Time Functions) |
imported>Rasikko |
||
Line 57: | Line 57: | ||
Various functions for calculating time in skyrim. Most use [[GetCurrentGameTime - Utility]] as it returns the total game days passed. Making it easier for conversions.<br><br> | Various functions for calculating time in skyrim. Most use [[GetCurrentGameTime - Utility]] as it returns the total game days passed. Making it easier for conversions.<br><br> | ||
This function has GetCurrentGameTime live up to its name. Will return the in-game time, instead of days passed. At least 1 day has to have passed. | This function has GetCurrentGameTime live up to its name. Will return the in-game time, instead of days passed. At least 1 day has to have passed. | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Float Function GetCurrentGameTimeExtended() Global | Float Function GetCurrentGameTimeExtended() Global |