|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Member Functions | |
| CaptainSurviveTalk (Creature const &owner) | |
| bool | Execute (uint64, uint32) |
| Public Member Functions inherited from BasicEvent | |
| virtual void | Abort (uint64) |
| BasicEvent () | |
| virtual bool | IsDeletable () const |
| virtual | ~BasicEvent () |
Private Attributes | |
| Creature const & | _owner |
Additional Inherited Members | |
| Public Attributes inherited from BasicEvent | |
| uint64 | m_addTime |
| uint64 | m_execTime |
| bool | to_Abort |
Definition at line 350 of file icecrown_citadel.cpp.
|
inlineexplicit |
Definition at line 353 of file icecrown_citadel.cpp.
References _owner.
Reimplemented from BasicEvent.
Definition at line 355 of file icecrown_citadel.cpp.
References _owner, and SAY_CAPTAIN_SURVIVE_TALK.
|
private |
Definition at line 362 of file icecrown_citadel.cpp.
Referenced by CaptainSurviveTalk(), and Execute().