![]() |
TrinityCore
|
Inheritance diagram for battleground_seething_shore:Public Member Functions | |
| battleground_seething_shore (BattlegroundMap *map) | |
| void | OnUpdate (uint32 diff) override |
| void | OnPrepareStage2 () override |
| void | OnPrepareStage3 () override |
| void | OnStart () override |
| void | HandleAssaultPoint (GameObject *capturePoint, Player *player) |
| void | OnCreatureCreate (Creature *creature) override |
| void | OnGameObjectCreate (GameObject *gameobject) override |
| void | OnGameObjectRemove (GameObject *gameobject) override |
| void | DoAction (uint32 actionId, WorldObject *source, WorldObject *target) override |
| void | SpawnAzeriteNodes () |
| std::vector< uint32 > | SelectAzeriteNodesToSpawn () const |
| void | SpawnBuffs () |
| std::vector< std::string_view > | SelectBuffsToSpawn () const |
Public Member Functions inherited from BattlegroundScript | |
| BattlegroundScript (BattlegroundMap *map) noexcept | |
| ~BattlegroundScript () override=default | |
| virtual void | OnInit () |
| virtual void | OnPrepareStage1 () |
| 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 | 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 | ProcessEvent (WorldObject *obj, uint32 eventId, WorldObject *invoker) |
| 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) |
Static Public Attributes | |
| static constexpr uint32 | WARNING_NEAR_VICTORY_SCORE = 1200 |
| static constexpr uint8 | MAX_AZERITE_SPAWNS = 3 |
| static constexpr uint8 | MAX_BUFF_SPAWNS = 3 |
Private Attributes | |
| bool | _firstSetDone |
| GuidVector | _doors |
| TaskScheduler | _scheduler |
| ObjectGuid | _controllerGUID |
| std::array< bool, PVP_TEAMS_COUNT > | _isInformedNearVictory |
| std::set< uint32 > | _activeAzeriteNodes |
| std::set< std::string_view > | _activeBuffs |
| GuidVector | _airSupplyGroundDummyGUIDs |
| std::array< ObjectGuid, PVP_TEAMS_COUNT > | _commanderGUIDs |
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 187 of file battleground_seething_shore.cpp.
|
inlineexplicit |
Definition at line 193 of file battleground_seething_shore.cpp.
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 344 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 243 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 296 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 317 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 330 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 204 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 211 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 225 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 199 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
|
inline |
Definition at line 383 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 433 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 361 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
|
inline |
Definition at line 405 of file battleground_seething_shore.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 454 of file battleground_seething_shore.cpp.
|
private |
Definition at line 455 of file battleground_seething_shore.cpp.
|
private |
Definition at line 456 of file battleground_seething_shore.cpp.
|
private |
Definition at line 457 of file battleground_seething_shore.cpp.
|
private |
Definition at line 451 of file battleground_seething_shore.cpp.
|
private |
Definition at line 448 of file battleground_seething_shore.cpp.
|
private |
Definition at line 447 of file battleground_seething_shore.cpp.
|
private |
Definition at line 452 of file battleground_seething_shore.cpp.
|
private |
Definition at line 450 of file battleground_seething_shore.cpp.
|
staticconstexpr |
Definition at line 190 of file battleground_seething_shore.cpp.
|
staticconstexpr |
Definition at line 191 of file battleground_seething_shore.cpp.
|
staticconstexpr |
Definition at line 189 of file battleground_seething_shore.cpp.