Difference between revisions of "GetClimateSunsetBegin"
Jump to navigation
Jump to search
imported>Behippo (Adjust return value to short.) |
imported>DragoonWraith |
||
Line 4: | Line 4: | ||
(sunsetBegin:short) GetSunsetBegin weather:ref | (sunsetBegin:short) GetSunsetBegin weather:ref | ||
Returns the time sunset begins specified as a number of | Returns the time sunset begins specified as a number of ten-minute units since midnight. There are 1,440 minutes in a day, thus there are 144 ten-minute units, thus you'll receive a value of 0 for midnight, and 143 for 23:50. | ||
==See Also== | ==See Also== |
Latest revision as of 08:26, 31 January 2011
A command for Oblivion Script Extender
Syntax:
(sunsetBegin:short) GetSunsetBegin weather:ref
Returns the time sunset begins specified as a number of ten-minute units since midnight. There are 1,440 minutes in a day, thus there are 144 ten-minute units, thus you'll receive a value of 0 for midnight, and 143 for 23:50.