![]() |
TrinityCore
|
Inheritance diagram for SplitByFactionMapScript:Public Member Functions | |
| SplitByFactionMapScript (char const *name, uint32 mapId) | |
| void | OnCreate (Map *map) override |
Public Member Functions inherited from WorldMapScript | |
| ~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 | OnDestroy (Map *map) |
| virtual void | OnPlayerEnter (Map *map, Player *player) |
| virtual void | OnPlayerLeave (Map *map, Player *player) |
| virtual void | OnUpdate (Map *map, uint32 diff) |
Additional Inherited Members | |
Protected Member Functions inherited from WorldMapScript | |
| 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 479 of file MapManager.cpp.
|
inline |
Definition at line 482 of file MapManager.cpp.
|
inlineoverridevirtual |
Reimplemented from MapScript< Map >.
Definition at line 486 of file MapManager.cpp.
Here is the call graph for this function: