Difference between revisions of "SetClimateSunsetBegin"
Jump to navigation
Jump to search
imported>Haama (→See Also: Added Climates link) |
imported>WrinklyNinja (Added note about limits to input parameter) |
||
Line 8: | Line 8: | ||
==Notes== | ==Notes== | ||
*Use [[RefreshCurrentClimate]] after using this function. | *Use [[RefreshCurrentClimate]] after using this function. | ||
The time parameter must have a value that is at least 1 greater than the value returned by GetClimateSunriseEnd (so at least 10 minutes later than the corresponding time), and be no greater than 119 (or 19:59), for the function to have an effect. | |||
==See Also== | ==See Also== |
Revision as of 15:25, 2 September 2010
A command for Oblivion Script Extender
Syntax:
(nothing) SetClimateSunsetBegin time:short climate:ref
Sets the time sunset begins as a number of 10 minute units since midnight.
Notes
- Use RefreshCurrentClimate after using this function.
The time parameter must have a value that is at least 1 greater than the value returned by GetClimateSunriseEnd (so at least 10 minutes later than the corresponding time), and be no greater than 119 (or 19:59), for the function to have an effect.