TrinityCore
RespawnEggEvent Class Reference
+ Inheritance diagram for RespawnEggEvent:

Public Member Functions

 RespawnEggEvent (Creature *egg)
 
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

Creature_egg
 

Detailed Description

Definition at line 105 of file boss_alysrazor.cpp.

Constructor & Destructor Documentation

◆ RespawnEggEvent()

RespawnEggEvent::RespawnEggEvent ( Creature egg)
inlineexplicit

Definition at line 108 of file boss_alysrazor.cpp.

Member Function Documentation

◆ Execute()

bool RespawnEggEvent::Execute ( uint64  ,
uint32   
)
inlineoverridevirtual

Reimplemented from BasicEvent.

Definition at line 110 of file boss_alysrazor.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _egg

Creature* RespawnEggEvent::_egg
private

Definition at line 117 of file boss_alysrazor.cpp.


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