|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| ElunaWorldAI () | |
| void | OnConfigLoad (bool reload) override |
| void | OnMotdChange (std::string &newMotd) override |
| void | OnOpenStateChange (bool open) override |
| void | OnScriptEvent (int funcRef, uint32 delay, uint32 calls) |
| void | OnShutdown () override |
| void | OnShutdownCancel () override |
| void | OnShutdownInitiate (ShutdownExitCode code, ShutdownMask mask) override |
| void | OnStartup () override |
| void | OnUpdate (uint32 diff) override |
| ~ElunaWorldAI () | |
| Public Member Functions inherited from ScriptObject | |
| const std::string & | GetName () const |
| virtual bool | IsDatabaseBound () const |
Additional Inherited Members | |
| Protected Member Functions inherited from WorldScript | |
| WorldScript (const char *name) | |
| Protected Member Functions inherited from ScriptObject | |
| ScriptObject (const char *name) | |
| virtual | ~ScriptObject () |
Definition at line 1168 of file HookMgr.cpp.
|
inline |
Definition at line 1171 of file HookMgr.cpp.
References WorldScript::WorldScript().
|
inline |
Definition at line 1172 of file HookMgr.cpp.
|
inlineoverridevirtual |
Reimplemented from WorldScript.
Definition at line 1186 of file HookMgr.cpp.
References sEluna, and WORLD_EVENT_ON_CONFIG_LOAD.
|
inlineoverridevirtual |
Reimplemented from WorldScript.
Definition at line 1198 of file HookMgr.cpp.
References sEluna, and WORLD_EVENT_ON_MOTD_CHANGE.
|
inlineoverridevirtual |
Reimplemented from WorldScript.
Definition at line 1174 of file HookMgr.cpp.
References sEluna, and WORLD_EVENT_ON_OPEN_STATE_CHANGE.
Definition at line 1247 of file HookMgr.cpp.
References sEluna.
|
inlineoverridevirtual |
Reimplemented from WorldScript.
Definition at line 1267 of file HookMgr.cpp.
References sEluna, and WORLD_EVENT_ON_SHUTDOWN.
|
inlineoverridevirtual |
Reimplemented from WorldScript.
Definition at line 1223 of file HookMgr.cpp.
References sEluna, and WORLD_EVENT_ON_SHUTDOWN_CANCEL.
|
inlineoverridevirtual |
Reimplemented from WorldScript.
Definition at line 1210 of file HookMgr.cpp.
References sEluna, and WORLD_EVENT_ON_SHUTDOWN_INIT.
|
inlineoverridevirtual |
Reimplemented from WorldScript.
Definition at line 1256 of file HookMgr.cpp.
References sEluna, and WORLD_EVENT_ON_STARTUP.
|
inlineoverridevirtual |
Reimplemented from WorldScript.
Definition at line 1234 of file HookMgr.cpp.
References sEluna, and WORLD_EVENT_ON_UPDATE.