![]() |
TrinityCore
|
Inheritance diagram for battleground_silvershard_mines:Public Member Functions | |
| battleground_silvershard_mines (BattlegroundMap *map) | |
| void | OnInit () override |
| void | OnUpdate (uint32 diff) override |
| void | OnPrepareStage2 () override |
| void | OnStart () override |
| void | ProcessEvent (WorldObject *obj, uint32 eventId, WorldObject *invoker) override |
| void | DoAction (uint32 actionId, WorldObject *source, WorldObject *target) override |
| void | OnGameObjectCreate (GameObject *gameobject) override |
| void | OnCreatureCreate (Creature *creature) override |
| void | HandleProgressEvent (GameObject const *controlZone, Team team, ChatMsg msgType=CHAT_MSG_ADDON, uint32 broadcastTextId=0, uint32 visualSpellId=0) const |
| void | SpawnSouthernMineCart () const |
| void | SpawnEasternMineCart () const |
| void | SpawnNorthernMineCart () const |
| void | UpdateCartWorldStates (GameObject const *controlZone) const |
| void | SendTeamScores () const |
| void | OnMineCartCaptured (Creature const *mineCart) |
| void | OnPlayerCapturedMineCart (Player *player) |
| void | OnTrackSwitched (Player const *invoker, Creature *trackSwitch) const |
| bool | CheckWinner () const |
Public Member Functions inherited from BattlegroundScript | |
| BattlegroundScript (BattlegroundMap *map) noexcept | |
| ~BattlegroundScript () override=default | |
| virtual void | OnPrepareStage1 () |
| virtual void | OnPrepareStage3 () |
| virtual void | OnEnd (Team winner) |
| virtual void | OnPlayerJoined (Player *player, bool inBattleground) |
| virtual void | OnPlayerLeft (Player *player) |
| virtual void | OnPlayerKilled (Player *victim, Player *killer) |
| virtual void | OnUnitKilled (Creature *victim, Unit *killer) |
| virtual Team | GetPrematureWinner () |
| void | TriggerGameEvent (uint32 gameEventId, WorldObject *source=nullptr, WorldObject *target=nullptr) override |
Public Member Functions inherited from ZoneScript | |
| ZoneScript () noexcept | |
| ZoneScript (ZoneScript const &right) | |
| ZoneScript (ZoneScript &&right) noexcept | |
| ZoneScript & | operator= (ZoneScript const &right) |
| ZoneScript & | operator= (ZoneScript &&right) noexcept |
| virtual | ~ZoneScript () |
| virtual uint32 | GetCreatureEntry (ObjectGuid::LowType, CreatureData const *data) |
| virtual uint32 | GetGameObjectEntry (ObjectGuid::LowType, uint32 entry) |
| virtual void | OnCreatureRemove (Creature *) |
| virtual void | OnGameObjectRemove (GameObject *) |
| virtual void | OnAreaTriggerCreate (AreaTrigger *areaTrigger) |
| virtual void | OnAreaTriggerRemove (AreaTrigger *areaTrigger) |
| virtual void | OnUnitDeath (Unit *unit) |
| virtual void | OnCreatureGroupDepleted (CreatureGroup const *creatureGroup) |
| virtual ObjectGuid | GetGuidData (uint32) const |
| virtual void | SetGuidData (uint32, ObjectGuid) |
| virtual uint64 | GetData64 (uint32) const |
| virtual void | SetData64 (uint32, uint64) |
| virtual uint32 | GetData (uint32) const |
| virtual void | SetData (uint32, uint32) |
| virtual void | OnFlagStateChange (GameObject *flagInBase, FlagState oldValue, FlagState newValue, Player *player) |
| virtual bool | CanCaptureFlag (AreaTrigger *areaTrigger, Player *player) |
| virtual void | OnCaptureFlag (AreaTrigger *areaTrigger, Player *player) |
| virtual void | OnFlagTaken (GameObject *flag, Player *player) |
| virtual void | OnFlagDropped (ObjectGuid const &flagGuid, Player *player) |
Private Attributes | |
| TaskScheduler | _scheduler |
| GuidVector | _doors |
| std::unordered_map< ObjectGuid, uint16 > | _capturedMineCartsByPlayer |
Additional Inherited Members | |
Protected Member Functions inherited from BattlegroundScript | |
| void | UpdateWorldState (int32 worldStateId, int32 value, bool hidden=false) const |
Protected Attributes inherited from BattlegroundScript | |
| BattlegroundMap * | battlegroundMap |
| Battleground * | battleground |
Definition at line 241 of file battleground_silvershard_mines.cpp.
|
inlineexplicit |
Definition at line 243 of file battleground_silvershard_mines.cpp.
|
inline |
Definition at line 593 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 340 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
|
inline |
Definition at line 385 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 377 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 360 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 245 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
|
inline |
Definition at line 470 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 536 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 271 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 278 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
|
inline |
Definition at line 554 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 265 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 315 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
|
inline |
Definition at line 464 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 421 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 430 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 412 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 439 of file battleground_silvershard_mines.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 628 of file battleground_silvershard_mines.cpp.
|
private |
Definition at line 627 of file battleground_silvershard_mines.cpp.
|
private |
Definition at line 626 of file battleground_silvershard_mines.cpp.