![]() |
TrinityCore
|
#include <ScriptMgr.h>
Inheritance diagram for WorldMapScript:Public Member Functions | |
| ~WorldMapScript () | |
Public Member Functions inherited from ScriptObject | |
| ScriptObject (ScriptObject const &right)=delete | |
| ScriptObject (ScriptObject &&right)=delete | |
| ScriptObject & | operator= (ScriptObject const &right)=delete |
| ScriptObject & | operator= (ScriptObject &&right)=delete |
| std::string const & | GetName () const |
Public Member Functions inherited from MapScript< Map > | |
| MapScript (MapScript const &right)=delete | |
| MapScript (MapScript &&right)=delete | |
| MapScript & | operator= (MapScript const &right)=delete |
| MapScript & | operator= (MapScript &&right)=delete |
| MapEntry const * | GetEntry () const |
| virtual void | OnCreate (Map *map) |
| virtual void | OnDestroy (Map *map) |
| virtual void | OnPlayerEnter (Map *map, Player *player) |
| virtual void | OnPlayerLeave (Map *map, Player *player) |
| virtual void | OnUpdate (Map *map, uint32 diff) |
Protected Member Functions | |
| WorldMapScript (char const *name, uint32 mapId) noexcept | |
Protected Member Functions inherited from ScriptObject | |
| ScriptObject (char const *name) noexcept | |
| virtual | ~ScriptObject () |
Protected Member Functions inherited from MapScript< Map > | |
| MapScript (MapEntry const *mapEntry) noexcept | |
Definition at line 349 of file ScriptMgr.h.
|
explicitprotectednoexcept |
|
default |