AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "WeatherScript.h"
Public Member Functions | |
bool | IsDatabaseBound () const override |
virtual void | OnChange (Weather *, WeatherState, float) |
Public Member Functions inherited from ScriptObject | |
virtual bool | IsDatabaseBound () const |
virtual bool | isAfterLoadScript () const |
virtual void | checkValidity () |
const std::string & | GetName () const |
uint16 | GetTotalAvailableHooks () |
Public Member Functions inherited from UpdatableScript< Weather > | |
virtual void | OnUpdate (Weather *, uint32) |
Protected Member Functions | |
WeatherScript (const char *name) | |
Protected Member Functions inherited from ScriptObject | |
ScriptObject (const char *name, uint16 totalAvailableHooks=0) | |
virtual | ~ScriptObject ()=default |
Protected Member Functions inherited from UpdatableScript< Weather > | |
UpdatableScript ()=default | |
|
protected |
References ScriptRegistry< TScript >::AddScript().
|
inlineoverridevirtual |
Reimplemented from ScriptObject.
|
inlinevirtual |