|
Pol
Rev 533
|
#include <miscrgn.h>
Inheritance diagram for WeatherRegion:
Collaboration diagram for WeatherRegion:Public Member Functions | |
| WeatherRegion (ConfigElem &elem) | |
| void | setweather (unsigned char weathertype, unsigned char severity, unsigned char aux) |
Public Attributes | |
| unsigned char | aux |
| int | lightoverride |
| unsigned char | severity |
| unsigned char | weathertype |
Private Types | |
| typedef Region | base |
typedef Region WeatherRegion::base [private] |
| WeatherRegion::WeatherRegion | ( | ConfigElem & | elem | ) |
Definition at line 58 of file miscrgn.cpp.
| void WeatherRegion::setweather | ( | unsigned char | weathertype, |
| unsigned char | severity, | ||
| unsigned char | aux | ||
| ) |
| unsigned char WeatherRegion::aux |
Definition at line 65 of file miscrgn.h.
Referenced by Character::check_weather_region_change(), and SetRegionWeatherLevel().
Definition at line 66 of file miscrgn.h.
Referenced by Character::check_light_region_change(), Character::check_weather_region_change(), send_season_info(), SetRegionLightLevel(), and SetRegionWeatherLevel().
| unsigned char WeatherRegion::severity |
Definition at line 64 of file miscrgn.h.
Referenced by Character::check_weather_region_change(), and SetRegionWeatherLevel().
| unsigned char WeatherRegion::weathertype |
Definition at line 63 of file miscrgn.h.
Referenced by Character::check_weather_region_change(), and SetRegionWeatherLevel().