TrinityCore
DelayedSpellCastEvent Class Reference

#include <firelands.h>

+ Inheritance diagram for DelayedSpellCastEvent:

Public Member Functions

 DelayedSpellCastEvent (Creature *owner, Unit *target, uint32 spellId, bool triggered)
 
bool Execute (uint64, uint32) override
 
- Public Member Functions inherited from BasicEvent
 BasicEvent ()
 
virtual ~BasicEvent ()
 
virtual bool Execute (uint64, uint32)
 
virtual bool IsDeletable () const
 
virtual void Abort (uint64)
 
void ScheduleAbort ()
 

Private Attributes

Creature_owner
 
Unit_target
 
uint32 _spellId
 
bool _triggered
 

Detailed Description

Definition at line 95 of file firelands.h.

Constructor & Destructor Documentation

◆ DelayedSpellCastEvent()

DelayedSpellCastEvent::DelayedSpellCastEvent ( Creature owner,
Unit target,
uint32  spellId,
bool  triggered 
)
inline

Definition at line 98 of file firelands.h.

Member Function Documentation

◆ Execute()

bool DelayedSpellCastEvent::Execute ( uint64  ,
uint32   
)
overridevirtual

Reimplemented from BasicEvent.

Definition at line 50 of file firelands.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _owner

Creature* DelayedSpellCastEvent::_owner
private

Definition at line 103 of file firelands.h.

◆ _spellId

uint32 DelayedSpellCastEvent::_spellId
private

Definition at line 105 of file firelands.h.

◆ _target

Unit* DelayedSpellCastEvent::_target
private

Definition at line 104 of file firelands.h.

◆ _triggered

bool DelayedSpellCastEvent::_triggered
private

Definition at line 106 of file firelands.h.


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