TrinityCore
Loading...
Searching...
No Matches
arena_blades_edge_legion Struct Reference
+ Inheritance diagram for arena_blades_edge_legion:

Public Member Functions

 arena_blades_edge_legion (BattlegroundMap *map)
 
void OnUpdate (uint32 diff) override
 
void DoAction (uint32 actionId, WorldObject *source, WorldObject *) override
 
void OnStart () override
 
void OnCreatureCreate (Creature *creature) override
 
void OnGameObjectCreate (GameObject *gameobject) override
 
void OnPlayerJoined (Player *player, bool) override
 
void HandleReactionTriggerLowHealth (Player const *source)
 
- Public Member Functions inherited from ArenaScript
 ArenaScript (BattlegroundMap *map)
 
 ~ArenaScript () override=default
 
- Public Member Functions inherited from BattlegroundScript
 BattlegroundScript (BattlegroundMap *map) noexcept
 
 ~BattlegroundScript () override=default
 
virtual void OnInit ()
 
virtual void OnPrepareStage1 ()
 
virtual void OnPrepareStage2 ()
 
virtual void OnPrepareStage3 ()
 
virtual void OnEnd (Team winner)
 
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
 
ZoneScriptoperator= (ZoneScript const &right)
 
ZoneScriptoperator= (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)
 
virtual void OnFlagTaken (GameObject *flag, Player *player)
 
virtual void OnFlagDropped (ObjectGuid const &flagGuid, Player *player)
 

Private Attributes

TaskScheduler _scheduler
 
GuidVector _doorGUIDs
 
ObjectGuid _maulgarGUID
 
bool _scheduleBored
 

Additional Inherited Members

- Protected Member Functions inherited from ArenaScript
GameObjectCreateObject (uint32 entry, float x, float y, float z, float o, float rotation0, float rotation1, float rotation2, float rotation3, GOState goState=GO_STATE_READY) const
 
CreatureCreateCreature (uint32 entry, float x, float y, float z, float o) const
 
- Protected Member Functions inherited from BattlegroundScript
void UpdateWorldState (int32 worldStateId, int32 value, bool hidden=false) const
 
- Protected Attributes inherited from BattlegroundScript
BattlegroundMapbattlegroundMap
 
Battlegroundbattleground
 

Detailed Description

Definition at line 77 of file arena_blades_edge_legion.cpp.

Constructor & Destructor Documentation

◆ arena_blades_edge_legion()

arena_blades_edge_legion::arena_blades_edge_legion ( BattlegroundMap map)
inlineexplicit

Definition at line 79 of file arena_blades_edge_legion.cpp.

Member Function Documentation

◆ DoAction()

void arena_blades_edge_legion::DoAction ( uint32  actionId,
WorldObject source,
WorldObject  
)
inlineoverridevirtual

Reimplemented from ZoneScript.

Definition at line 86 of file arena_blades_edge_legion.cpp.

+ Here is the call graph for this function:

◆ HandleReactionTriggerLowHealth()

void arena_blades_edge_legion::HandleReactionTriggerLowHealth ( Player const *  source)
inline

Definition at line 151 of file arena_blades_edge_legion.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ OnCreatureCreate()

void arena_blades_edge_legion::OnCreatureCreate ( Creature creature)
inlineoverridevirtual

Reimplemented from ZoneScript.

Definition at line 119 of file arena_blades_edge_legion.cpp.

+ Here is the call graph for this function:

◆ OnGameObjectCreate()

void arena_blades_edge_legion::OnGameObjectCreate ( GameObject gameobject)
inlineoverridevirtual

Reimplemented from ZoneScript.

Definition at line 131 of file arena_blades_edge_legion.cpp.

+ Here is the call graph for this function:

◆ OnPlayerJoined()

void arena_blades_edge_legion::OnPlayerJoined ( Player player,
bool   
)
inlineoverridevirtual

Reimplemented from BattlegroundScript.

Definition at line 144 of file arena_blades_edge_legion.cpp.

+ Here is the call graph for this function:

◆ OnStart()

void arena_blades_edge_legion::OnStart ( )
inlineoverridevirtual

Reimplemented from BattlegroundScript.

Definition at line 98 of file arena_blades_edge_legion.cpp.

+ Here is the call graph for this function:

◆ OnUpdate()

void arena_blades_edge_legion::OnUpdate ( uint32  diff)
inlineoverridevirtual

Reimplemented from BattlegroundScript.

Definition at line 81 of file arena_blades_edge_legion.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _doorGUIDs

GuidVector arena_blades_edge_legion::_doorGUIDs
private

Definition at line 171 of file arena_blades_edge_legion.cpp.

◆ _maulgarGUID

ObjectGuid arena_blades_edge_legion::_maulgarGUID
private

Definition at line 172 of file arena_blades_edge_legion.cpp.

◆ _scheduleBored

bool arena_blades_edge_legion::_scheduleBored
private

Definition at line 173 of file arena_blades_edge_legion.cpp.

◆ _scheduler

TaskScheduler arena_blades_edge_legion::_scheduler
private

Definition at line 170 of file arena_blades_edge_legion.cpp.


The documentation for this struct was generated from the following file: