TrinityCore
at_anduin_wrynn_beacon_of_hope Struct Reference
+ Inheritance diagram for at_anduin_wrynn_beacon_of_hope:

Public Member Functions

 at_anduin_wrynn_beacon_of_hope (AreaTrigger *areatrigger)
 
void OnInitialize () override
 
void OnCreate (Spell const *) override
 
void UpdateSize (float radius, float targetRadius) const
 
void UpdateSizeBasedOnCharges () const
 
void OnUpdate (uint32 diff) override
 
void OnUnitEnter (Unit *unit) override
 
- Public Member Functions inherited from AreaTriggerAI
 AreaTriggerAI (AreaTrigger *a, uint32 scriptId={})
 
virtual ~AreaTriggerAI ()
 
virtual void OnInitialize ()
 
virtual void OnCreate (Spell const *creatingSpell)
 
virtual void OnUpdate (uint32 diff)
 
virtual void OnSplineIndexReached (int32 splineIndex)
 
virtual void OnDestinationReached ()
 
virtual void OnUnitEnter (Unit *unit)
 
virtual void OnUnitExit (Unit *unit)
 
virtual void OnRemove ()
 
virtual void DoAction (int32 param)
 
virtual uint32 GetData (uint32 id=0) const
 
virtual void SetData (uint32 id, uint32 value)
 
virtual void SetGUID (ObjectGuid const &guid, int32 id=0)
 
virtual ObjectGuid GetGUID (int32 id=0) const
 
uint32 GetId () const
 

Private Attributes

InstanceScript_instance
 
uint8 _entries
 
uint8 _chargesRemaining
 
TaskScheduler _scheduler
 

Additional Inherited Members

- Protected Attributes inherited from AreaTriggerAI
AreaTrigger *const at
 

Detailed Description

Definition at line 2490 of file boss_anduin_wrynn.cpp.

Constructor & Destructor Documentation

◆ at_anduin_wrynn_beacon_of_hope()

at_anduin_wrynn_beacon_of_hope::at_anduin_wrynn_beacon_of_hope ( AreaTrigger areatrigger)
inline

Definition at line 2492 of file boss_anduin_wrynn.cpp.

Member Function Documentation

◆ OnCreate()

void at_anduin_wrynn_beacon_of_hope::OnCreate ( Spell const *  )
inlineoverridevirtual

Reimplemented from AreaTriggerAI.

Definition at line 2501 of file boss_anduin_wrynn.cpp.

+ Here is the call graph for this function:

◆ OnInitialize()

void at_anduin_wrynn_beacon_of_hope::OnInitialize ( )
inlineoverridevirtual

Reimplemented from AreaTriggerAI.

Definition at line 2495 of file boss_anduin_wrynn.cpp.

◆ OnUnitEnter()

void at_anduin_wrynn_beacon_of_hope::OnUnitEnter ( Unit unit)
inlineoverridevirtual

Reimplemented from AreaTriggerAI.

Definition at line 2550 of file boss_anduin_wrynn.cpp.

+ Here is the call graph for this function:

◆ OnUpdate()

void at_anduin_wrynn_beacon_of_hope::OnUpdate ( uint32  diff)
inlineoverridevirtual

Reimplemented from AreaTriggerAI.

Definition at line 2545 of file boss_anduin_wrynn.cpp.

+ Here is the call graph for this function:

◆ UpdateSize()

void at_anduin_wrynn_beacon_of_hope::UpdateSize ( float  radius,
float  targetRadius 
) const
inline

Definition at line 2519 of file boss_anduin_wrynn.cpp.

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

◆ UpdateSizeBasedOnCharges()

void at_anduin_wrynn_beacon_of_hope::UpdateSizeBasedOnCharges ( ) const
inline

Definition at line 2530 of file boss_anduin_wrynn.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _chargesRemaining

uint8 at_anduin_wrynn_beacon_of_hope::_chargesRemaining
private

Definition at line 2576 of file boss_anduin_wrynn.cpp.

◆ _entries

uint8 at_anduin_wrynn_beacon_of_hope::_entries
private

Definition at line 2575 of file boss_anduin_wrynn.cpp.

◆ _instance

InstanceScript* at_anduin_wrynn_beacon_of_hope::_instance
private

Definition at line 2574 of file boss_anduin_wrynn.cpp.

◆ _scheduler

TaskScheduler at_anduin_wrynn_beacon_of_hope::_scheduler
private

Definition at line 2577 of file boss_anduin_wrynn.cpp.


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