Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
WeatherMgr.cpp File Reference
#include "AutoPtr.h"
#include "Log.h"
#include "ObjectMgr.h"
#include "Opcodes.h"
#include "Player.h"
#include "Weather.h"
#include "WeatherMgr.h"
#include "WorldPacket.h"
#include "WorldSession.h"
Include dependency graph for WeatherMgr.cpp:

Go to the source code of this file.

Namespaces

namespace  WeatherMgr

Functions

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