TrinityCore
Loading...
Searching...
No Matches
DelayedSpellTeleportEvent Class Reference
+ Inheritance diagram for DelayedSpellTeleportEvent:

Public Member Functions

 DelayedSpellTeleportEvent (Unit *target, TeleportLocation const &targetDest, TeleportToOptions options, uint32 spellId)
 
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

Unit_target
 
TeleportLocation _targetDest
 
TeleportToOptions _options
 
uint32 _spellId
 

Detailed Description

Definition at line 1051 of file SpellEffects.cpp.

Constructor & Destructor Documentation

◆ DelayedSpellTeleportEvent()

DelayedSpellTeleportEvent::DelayedSpellTeleportEvent ( Unit target,
TeleportLocation const &  targetDest,
TeleportToOptions  options,
uint32  spellId 
)
inlineexplicit

Definition at line 1054 of file SpellEffects.cpp.

Member Function Documentation

◆ Execute()

bool DelayedSpellTeleportEvent::Execute ( uint64  ,
uint32   
)
inlineoverridevirtual

Reimplemented from BasicEvent.

Definition at line 1057 of file SpellEffects.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _options

TeleportToOptions DelayedSpellTeleportEvent::_options
private

Definition at line 1072 of file SpellEffects.cpp.

◆ _spellId

uint32 DelayedSpellTeleportEvent::_spellId
private

Definition at line 1073 of file SpellEffects.cpp.

◆ _target

Unit* DelayedSpellTeleportEvent::_target
private

Definition at line 1070 of file SpellEffects.cpp.

◆ _targetDest

TeleportLocation DelayedSpellTeleportEvent::_targetDest
private

Definition at line 1071 of file SpellEffects.cpp.


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