GetWeather(object)
From NWN Lexicon
Jump to navigationJump to searchGets the current weather conditions for a given area
Parameters
- oArea
- Area to get the weather of
Description
Returns a WEATHER_* value, line from weathertype.2da, or WEATHER_INVALID in case of error (such as oArea not being valid, or an area).
Note: If called on an Interior area, this will always return WEATHER_CLEAR.
Version
This function was added in 1.80.8193.14 of NWN:EE.
See Also
functions: | |
constants: |
author: Lilac Soul