|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Spell.h>
Public Member Functions | |
| virtual void | Abort (uint64 e_time) |
| virtual bool | Execute (uint64 e_time, uint32 p_time) |
| virtual bool | IsDeletable () const |
| SpellEvent (Spell *spell) | |
| virtual | ~SpellEvent () |
| Public Member Functions inherited from BasicEvent | |
| BasicEvent () | |
| virtual | ~BasicEvent () |
Protected Attributes | |
| Spell * | m_Spell |
Additional Inherited Members | |
| Public Attributes inherited from BasicEvent | |
| uint64 | m_addTime |
| uint64 | m_execTime |
| bool | to_Abort |
| SpellEvent::SpellEvent | ( | Spell * | spell | ) |
Definition at line 7361 of file Spell.cpp.
References BasicEvent::BasicEvent(), and m_Spell.
|
virtual |
Definition at line 7366 of file Spell.cpp.
References ASSERT, m_Spell, SF_LOG_ERROR, SPELL_STATE_FINISHED, and TYPEID_PLAYER.
|
virtual |
Reimplemented from BasicEvent.
Definition at line 7470 of file Spell.cpp.
References m_Spell, and SPELL_STATE_FINISHED.
Reimplemented from BasicEvent.
Definition at line 7383 of file Spell.cpp.
References m_Spell, SPELL_STATE_DELAYED, and SPELL_STATE_FINISHED.
|
virtual |
|
protected |
Definition at line 840 of file Spell.h.
Referenced by Abort(), Execute(), IsDeletable(), SpellEvent(), and ~SpellEvent().