TrinityCore
TrashJumpEvent Class Reference
+ Inheritance diagram for TrashJumpEvent:

Public Member Functions

 TrashJumpEvent (Creature *owner)
 
bool Execute (uint64 eventTime, 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
 
uint8 _stage
 

Detailed Description

Definition at line 384 of file boss_thorim.cpp.

Constructor & Destructor Documentation

◆ TrashJumpEvent()

TrashJumpEvent::TrashJumpEvent ( Creature owner)
inline

Definition at line 387 of file boss_thorim.cpp.

Member Function Documentation

◆ Execute()

bool TrashJumpEvent::Execute ( uint64  eventTime,
uint32   
)
inlineoverridevirtual

Reimplemented from BasicEvent.

Definition at line 389 of file boss_thorim.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _owner

Creature* TrashJumpEvent::_owner
private

Definition at line 411 of file boss_thorim.cpp.

◆ _stage

uint8 TrashJumpEvent::_stage
private

Definition at line 412 of file boss_thorim.cpp.


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