![]() |
TrinityCore
|
#include <ScriptMgr.h>
Inheritance diagram for BattlegroundMapScript:Protected Member Functions | |
| BattlegroundMapScript (char const *name, uint32 mapId) | |
Protected Member Functions inherited from ScriptObject | |
| ScriptObject (char const *name) | |
| virtual | ~ScriptObject () |
Protected Member Functions inherited from MapScript< BattlegroundMap > | |
| MapScript (MapEntry const *mapEntry) | |
Additional Inherited Members | |
Public Member Functions inherited from ScriptObject | |
| std::string const & | GetName () const |
Public Member Functions inherited from MapScript< BattlegroundMap > | |
| MapEntry const * | GetEntry () const |
| virtual void | OnCreate (BattlegroundMap *map) |
| virtual void | OnDestroy (BattlegroundMap *map) |
| virtual void | OnLoadGridMap (BattlegroundMap *, GridMap *, uint32, uint32) |
| virtual void | OnUnloadGridMap (BattlegroundMap *, GridMap *, uint32, uint32) |
| virtual void | OnPlayerEnter (BattlegroundMap *map, Player *player) |
| virtual void | OnPlayerLeave (BattlegroundMap *map, Player *player) |
| virtual void | OnUpdate (BattlegroundMap *map, uint32 diff) |
Definition at line 349 of file ScriptMgr.h.
|
explicitprotected |