![]() |
TrinityCore
|
#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 | IsDeletable () const |
| virtual void | Abort (uint64) |
| void | ScheduleAbort () |
Private Attributes | |
| Creature * | _owner |
| Unit * | _target |
| uint32 | _spellId |
| bool | _triggered |
Definition at line 95 of file firelands.h.
|
inline |
Definition at line 98 of file firelands.h.
Reimplemented from BasicEvent.
Definition at line 50 of file firelands.cpp.
Here is the call graph for this function:
|
private |
Definition at line 103 of file firelands.h.
|
private |
Definition at line 105 of file firelands.h.
|
private |
Definition at line 104 of file firelands.h.
|
private |
Definition at line 106 of file firelands.h.