TrinityCore
DelayedSpellTeleportEvent Class Reference
+ Inheritance diagram for DelayedSpellTeleportEvent:

Public Member Functions

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

Unit_target
 
WorldLocation _targetDest
 
TeleportToOptions _options
 
uint32 _spellId
 

Detailed Description

Definition at line 983 of file SpellEffects.cpp.

Constructor & Destructor Documentation

◆ DelayedSpellTeleportEvent()

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

Definition at line 986 of file SpellEffects.cpp.

Member Function Documentation

◆ Execute()

bool DelayedSpellTeleportEvent::Execute ( uint64  ,
uint32   
)
inlineoverridevirtual

Reimplemented from BasicEvent.

Definition at line 989 of file SpellEffects.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _options

TeleportToOptions DelayedSpellTeleportEvent::_options
private

Definition at line 1004 of file SpellEffects.cpp.

◆ _spellId

uint32 DelayedSpellTeleportEvent::_spellId
private

Definition at line 1005 of file SpellEffects.cpp.

◆ _target

Unit* DelayedSpellTeleportEvent::_target
private

Definition at line 1002 of file SpellEffects.cpp.

◆ _targetDest

WorldLocation DelayedSpellTeleportEvent::_targetDest
private

Definition at line 1003 of file SpellEffects.cpp.


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