Difference between revisions of "GetClimateSunsetEnd"
Jump to navigation
Jump to search
imported>Haama (→See Also: Added SetClimate links) |
imported>DragoonWraith |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
(sunsetEnd: | (sunsetEnd:short) GetSunsetEnd weather:ref | ||
Returns the time sunset ends specified as a number of | Returns the time sunset ends 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== | ||
*[[Climates]] | |||
*[[GetClimateSunriseBegin]] | *[[GetClimateSunriseBegin]] | ||
*[[GetClimateSunriseEnd]] | *[[GetClimateSunriseEnd]] |
Latest revision as of 08:27, 31 January 2011
A command for Oblivion Script Extender
Syntax:
(sunsetEnd:short) GetSunsetEnd weather:ref
Returns the time sunset ends 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.