|
Pol
Rev 533
|
#include <region.h>
Inheritance diagram for RegionGroup< T >:
Collaboration diagram for RegionGroup< T >:Public Member Functions | |
| RegionGroup (const char *name) | |
| virtual T * | getregion (xcoord x, ycoord y, Realm *realm) |
| virtual T * | getregion (const std::string ®ionname) |
Protected Member Functions | |
| virtual Region * | create_region (ConfigElem &elem) const |
| RegionGroup< T >::RegionGroup | ( | const char * | name | ) | [explicit] |
| Region * RegionGroup< T >::create_region | ( | ConfigElem & | elem | ) | const [protected, virtual] |
Implements RegionGroupBase.
| T * RegionGroup< T >::getregion | ( | xcoord | x, |
| ycoord | y, | ||
| Realm * | realm | ||
| ) | [virtual] |
Definition at line 116 of file region.h.
Referenced by Character::check_justice_region_change(), Character::check_light_region_change(), Character::check_music_region_change(), Character::check_weather_region_change(), get_harvest_difficulty(), get_region_string(), harvest_resource(), UOExecutorModule::mf_GetRegionLightLevelAtLocation(), UOExecutorModule::mf_GetRegionName(), UOExecutorModule::mf_GetRegionNameAtLocation(), UOExecutorModule::mf_SetRegionLightLevel(), UOExecutorModule::mf_SetRegionWeatherLevel(), nocast_here(), read_region_data(), SetRegionLightLevel(), and start_client_char().
Here is the caller graph for this function:| T * RegionGroup< T >::getregion | ( | const std::string & | regionname | ) | [virtual] |