AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Typedefs | |
typedef std::unordered_map< uint32, std::unique_ptr< Weather > > | WeatherMap |
typedef std::unordered_map< uint32, WeatherData > | WeatherZoneMap |
Functions | |
WeatherData const * | GetWeatherData (uint32 zone_id) |
Variables | |
WeatherMap | m_weathers |
WeatherZoneMap | mWeatherZoneMap |
typedef std::unordered_map<uint32, std::unique_ptr<Weather> > WeatherMgr::anonymous_namespace{WeatherMgr.cpp}::WeatherMap |
typedef std::unordered_map<uint32, WeatherData> WeatherMgr::anonymous_namespace{WeatherMgr.cpp}::WeatherZoneMap |
WeatherData const * WeatherMgr::anonymous_namespace{WeatherMgr.cpp}::GetWeatherData | ( | uint32 | zone_id | ) |
References GetWeatherData(), and mWeatherZoneMap.
Referenced by GetWeatherData().
WeatherMap WeatherMgr::anonymous_namespace{WeatherMgr.cpp}::m_weathers |
WeatherZoneMap WeatherMgr::anonymous_namespace{WeatherMgr.cpp}::mWeatherZoneMap |
Referenced by GetWeatherData().