GetWeather
From NWN Lexicon
Contents |
[edit] GetWeather(object)
Gets the current weather conditions for a given area
int GetWeather( object oArea );
[edit] Parameters
oArea
Area to get the weather of
[edit] Description
Returns: WEATHER_CLEAR, WEATHER_RAIN, WEATHER_SNOW, WEATHER_INVALID
Note: If called on an Interior area, this will always return WEATHER_CLEAR.
[edit] Version
1.31
[edit] See Also
functions: | |
constants: |
author: Lilac Soul