![]() |
TrinityCore
|
Inheritance diagram for battleground_temple_of_kotmogu:Public Member Functions | |
| battleground_temple_of_kotmogu (BattlegroundMap *map) | |
| void | OnInit () override |
| void | OnUpdate (uint32 diff) override |
| void | OnPrepareStage3 () override |
| void | OnStart () override |
| void | OnGameObjectCreate (GameObject *gameobject) override |
| void | OnCreatureCreate (Creature *creature) override |
| void | OnFlagTaken (GameObject *flag, Player *player) override |
| void | OnFlagDropped (ObjectGuid const &flagGuid, Player *player) override |
| void | DoAction (uint32 actionId, WorldObject *source, WorldObject *target) override |
| void | HandleConsumeAreaTrigger (AreaTrigger *trigger, Player *player) |
| bool | CheckWinner () const |
| void | SpawnHealingBuff (std::size_t index) |
| void | SpawnOrb (TempleOfKotmogu::StaticOrbData const *orbData) const |
Public Member Functions inherited from BattlegroundScript | |
| BattlegroundScript (BattlegroundMap *map) noexcept | |
| ~BattlegroundScript () override=default | |
| virtual void | OnPrepareStage1 () |
| virtual void | OnPrepareStage2 () |
| 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 | 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) |
Static Public Member Functions | |
| static constexpr TempleOfKotmogu::StaticOrbData const * | GetOrbData (uint32 orbEntry) |
Private Attributes | |
| TaskScheduler | _scheduler |
| GuidVector | _walls |
| GuidVector | _collisions |
| GuidSet | _orbHolders |
| ObjectGuid | _triggerGuid |
| std::array< ObjectGuid, 4 > | _healingBuffs |
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 222 of file battleground_temple_of_kotmogu.cpp.
|
inlineexplicit |
Definition at line 224 of file battleground_temple_of_kotmogu.cpp.
|
inline |
Definition at line 402 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 364 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
|
inlinestaticconstexpr |
Definition at line 437 of file battleground_temple_of_kotmogu.cpp.
Here is the caller graph for this function:
|
inline |
Definition at line 380 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 292 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 341 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 306 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from ZoneScript.
Definition at line 277 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 229 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 240 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 250 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from BattlegroundScript.
Definition at line 235 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
|
inline |
Definition at line 430 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 454 of file battleground_temple_of_kotmogu.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 467 of file battleground_temple_of_kotmogu.cpp.
|
private |
Definition at line 471 of file battleground_temple_of_kotmogu.cpp.
|
private |
Definition at line 468 of file battleground_temple_of_kotmogu.cpp.
|
private |
Definition at line 465 of file battleground_temple_of_kotmogu.cpp.
|
private |
Definition at line 469 of file battleground_temple_of_kotmogu.cpp.
|
private |
Definition at line 466 of file battleground_temple_of_kotmogu.cpp.