GetWeather(object)
Gets the current weather conditions for a given area
int GetWeather( object oArea );
Parameters
oArea
Area to get the weather of
Description
Returns: WEATHER_CLEAR, WEATHER_RAIN, WEATHER_SNOW, WEATHER_INVALID
Note: If called on an Interior area, this will always return WEATHER_CLEAR.
Version
1.31
See Also
functions: | SetWeather |
categories: | Area Functions | Get Data Functions | Get Data from Object Functions |
constants: | WEATHER_* Constants |
author: Lilac Soul