|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <EventProcessor.h>
Public Member Functions | |
| virtual void | Abort (uint64) |
| BasicEvent () | |
| virtual bool | Execute (uint64, uint32) |
| virtual bool | IsDeletable () const |
| virtual | ~BasicEvent () |
Public Attributes | |
| uint64 | m_addTime |
| uint64 | m_execTime |
| bool | to_Abort |
Definition at line 15 of file EventProcessor.h.
|
inline |
Definition at line 18 of file EventProcessor.h.
References m_addTime, m_execTime, and to_Abort.
Referenced by AssistDelayEvent::AssistDelayEvent(), ForcedDespawnDelayEvent::ForcedDespawnDelayEvent(), ForcedUnsummonDelayEvent::ForcedUnsummonDelayEvent(), SpellEvent::SpellEvent(), and StandUpEvent::StandUpEvent().
|
inlinevirtual |
Definition at line 19 of file EventProcessor.h.
|
inlinevirtual |
Reimplemented in BGQueueInviteEvent, BGQueueRemoveEvent, SpellEvent, and VehicleJoinEvent.
Definition at line 28 of file EventProcessor.h.
Referenced by EventProcessor::Update().
Reimplemented in ActivateLivingConstellation, AssistDelayEvent, AuraRemoveEvent, BGQueueInviteEvent, BGQueueRemoveEvent, BoomEvent, CaptainSurviveTalk, CosmicSmashDamageEvent, DaranavanMoveEvent, DelayedAttackStartEvent, DelayedCastEvent, EventMgr::LuaEvent, ForcedDespawnDelayEvent, ForcedUnsummonDelayEvent, FrostBombExplosion, FrostwyrmLandEvent, OrbsDespawner, RespawnEggEvent, SpellEvent, StandUpEvent, StartAttackEvent, StartMovementEvent, SummonScarab, SummonUnleashedDarkMatter, TriggerWickedSpirit, ValithriaDespawner, VehicleJoinEvent, and VileSpiritActivateEvent.
Definition at line 24 of file EventProcessor.h.
Referenced by EventProcessor::Update().
|
inlinevirtual |
Reimplemented in SpellEvent.
Definition at line 26 of file EventProcessor.h.
| uint64 BasicEvent::m_addTime |
Definition at line 34 of file EventProcessor.h.
Referenced by EventProcessor::AddEvent(), and BasicEvent().
| uint64 BasicEvent::m_execTime |
Definition at line 35 of file EventProcessor.h.
Referenced by EventProcessor::AddEvent(), and BasicEvent().
| bool BasicEvent::to_Abort |
Definition at line 30 of file EventProcessor.h.
Referenced by Vehicle::AddPassenger(), BasicEvent(), Vehicle::RemoveAllPassengers(), EventMgr::RemoveEvent(), and EventProcessor::Update().