Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
DelayedCastEvent Class Reference
Inheritance diagram for DelayedCastEvent:
Collaboration diagram for DelayedCastEvent:

Public Member Functions

 DelayedCastEvent (Creature *trigger, uint32 spellId, uint64 originalCaster, uint32 despawnTime)
bool Execute (uint64, uint32)
Public Member Functions inherited from BasicEvent
virtual void Abort (uint64)
 BasicEvent ()
virtual bool IsDeletable () const
virtual ~BasicEvent ()

Private Attributes

uint32 _despawnTime
uint64 _originalCaster
uint32 _spellId
Creature_trigger

Additional Inherited Members

Public Attributes inherited from BasicEvent
uint64 m_addTime
uint64 m_execTime
bool to_Abort

Detailed Description

Definition at line 163 of file boss_valithria_dreamwalker.cpp.

Constructor & Destructor Documentation

◆ DelayedCastEvent()

DelayedCastEvent::DelayedCastEvent ( Creature * trigger,
uint32 spellId,
uint64 originalCaster,
uint32 despawnTime )
inline

Definition at line 166 of file boss_valithria_dreamwalker.cpp.

References _despawnTime, _originalCaster, _spellId, and _trigger.

Member Function Documentation

◆ Execute()

bool DelayedCastEvent::Execute ( uint64 ,
uint32  )
inlinevirtual

Reimplemented from BasicEvent.

Definition at line 170 of file boss_valithria_dreamwalker.cpp.

References _despawnTime, _originalCaster, _spellId, and _trigger.

Member Data Documentation

◆ _despawnTime

uint32 DelayedCastEvent::_despawnTime
private

Definition at line 182 of file boss_valithria_dreamwalker.cpp.

Referenced by DelayedCastEvent(), and Execute().

◆ _originalCaster

uint64 DelayedCastEvent::_originalCaster
private

Definition at line 180 of file boss_valithria_dreamwalker.cpp.

Referenced by DelayedCastEvent(), and Execute().

◆ _spellId

uint32 DelayedCastEvent::_spellId
private

Definition at line 181 of file boss_valithria_dreamwalker.cpp.

Referenced by DelayedCastEvent(), and Execute().

◆ _trigger

Creature* DelayedCastEvent::_trigger
private

Definition at line 179 of file boss_valithria_dreamwalker.cpp.

Referenced by DelayedCastEvent(), and Execute().


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