TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WeatherMgr.cpp File Reference
#include "WeatherMgr.h"
#include "Weather.h"
#include "Log.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "WorldSession.h"
#include "MiscPackets.h"
+ Include dependency graph for WeatherMgr.cpp:

Namespaces

 WeatherMgr
 

Functions

WeatherWeatherMgr::FindWeather (uint32 id)
 Find a Weather object by the given zoneid. More...
 
void WeatherMgr::RemoveWeather (uint32 id)
 Remove a Weather object for the given zoneid. More...
 
WeatherWeatherMgr::AddWeather (uint32 zone_id)
 Add a Weather object to the list. More...
 
void WeatherMgr::LoadWeatherData ()
 
void WeatherMgr::SendFineWeatherUpdateToPlayer (Player *player)
 
void WeatherMgr::Update (uint32 diff)