AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ElunaScript.h"
Public Member Functions | |
virtual void | OnWeatherChange (Weather *, WeatherState, float) |
This hook called when the weather changes in the zone this script is associated with. More... | |
virtual bool | CanAreaTrigger (Player *, AreaTrigger const *) |
Public Member Functions inherited from ScriptObject | |
virtual bool | IsDatabaseBound () const |
virtual bool | isAfterLoadScript () const |
virtual void | checkValidity () |
const std::string & | GetName () const |
uint16 | GetTotalAvailableHooks () |
Protected Member Functions | |
ElunaScript (const char *name) | |
Protected Member Functions inherited from ScriptObject | |
ScriptObject (const char *name, uint16 totalAvailableHooks=0) | |
virtual | ~ScriptObject ()=default |
|
protected |
References ScriptRegistry< TScript >::AddScript().
|
inlinevirtual |
|
inlinevirtual |
This hook called when the weather changes in the zone this script is associated with.
weather | Contains information about the Weather |
state | Contains information about the WeatherState |
grade | Contains information about the grade |
Referenced by ScriptMgr::OnWeatherChange().