Difference between revisions of "GetClimateSunriseBegin"
Jump to navigation
Jump to search
imported>Haama (→See Also: Added Climates link) |
imported>DragoonWraith |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
'''Syntax:''' | '''Syntax:''' | ||
(sunriseBegin: | (sunriseBegin:short) GetSunriseBegin weather:ref | ||
Returns the time sunrise begins specified as a number of | Returns the time sunrise 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== | ||
Line 16: | Line 16: | ||
*[[SetClimateSunsetEnd]] | *[[SetClimateSunsetEnd]] | ||
[[Category: Functions]] | [[Category:Functions]] | ||
[[Category: Functions (OBSE)]] | [[Category:Functions (OBSE)]] | ||
[[Category: Weather Functions]] | [[Category:Weather Functions]] | ||
[[Category: Weather Functions (OBSE)]] | [[Category:Weather Functions (OBSE)]] |
Latest revision as of 08:26, 31 January 2011
A command for Oblivion Script Extender
Syntax:
(sunriseBegin:short) GetSunriseBegin weather:ref
Returns the time sunrise 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.