TrinityCore
HoRGameObjectDeleteDelayEvent Class Reference
+ Inheritance diagram for HoRGameObjectDeleteDelayEvent:

Public Member Functions

 HoRGameObjectDeleteDelayEvent (Unit *owner, ObjectGuid gameObjectGUID)
 
void DeleteGameObject ()
 
bool Execute (uint64, uint32) override
 
void Abort (uint64) 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_owner
 
ObjectGuid _gameObjectGUID
 

Detailed Description

Definition at line 797 of file halls_of_reflection.cpp.

Constructor & Destructor Documentation

◆ HoRGameObjectDeleteDelayEvent()

HoRGameObjectDeleteDelayEvent::HoRGameObjectDeleteDelayEvent ( Unit owner,
ObjectGuid  gameObjectGUID 
)
inlineexplicit

Definition at line 800 of file halls_of_reflection.cpp.

Member Function Documentation

◆ Abort()

void HoRGameObjectDeleteDelayEvent::Abort ( uint64  )
inlineoverridevirtual

Reimplemented from BasicEvent.

Definition at line 814 of file halls_of_reflection.cpp.

+ Here is the call graph for this function:

◆ DeleteGameObject()

void HoRGameObjectDeleteDelayEvent::DeleteGameObject ( )
inline

Definition at line 802 of file halls_of_reflection.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Execute()

bool HoRGameObjectDeleteDelayEvent::Execute ( uint64  ,
uint32   
)
inlineoverridevirtual

Reimplemented from BasicEvent.

Definition at line 808 of file halls_of_reflection.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _gameObjectGUID

ObjectGuid HoRGameObjectDeleteDelayEvent::_gameObjectGUID
private

Definition at line 821 of file halls_of_reflection.cpp.

◆ _owner

Unit* HoRGameObjectDeleteDelayEvent::_owner
private

Definition at line 820 of file halls_of_reflection.cpp.


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