|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <UnitEvents.h>
Public Member Functions | |
| ThreatContainer * | getThreatContainer () const |
| void | setThreatContainer (ThreatContainer *pThreatContainer) |
| ThreatManagerEvent (uint32 pType) | |
| ThreatManagerEvent (uint32 pType, HostileReference *pHostileReference) | |
| Public Member Functions inherited from ThreatRefStatusChangeEvent | |
| float | getFValue () const |
| HostileReference * | getReference () const |
| ThreatManager * | getThreatManager () const |
| void | setThreatManager (ThreatManager *pThreatManager) |
| ThreatRefStatusChangeEvent (uint32 pType) | |
| ThreatRefStatusChangeEvent (uint32 pType, HostileReference *pHostileReference) | |
| ThreatRefStatusChangeEvent (uint32 pType, HostileReference *pHostileReference, float pValue) | |
| Public Member Functions inherited from UnitBaseEvent | |
| uint32 | getType () const |
| bool | matchesTypeMask (uint32 pMask) const |
| void | setType (uint32 pType) |
| UnitBaseEvent (uint32 pType) | |
Private Attributes | |
| ThreatContainer * | iThreatContainer |
Definition at line 99 of file UnitEvents.h.
|
inline |
Definition at line 104 of file UnitEvents.h.
References iThreatContainer, and ThreatRefStatusChangeEvent::ThreatRefStatusChangeEvent().
|
inline |
Definition at line 105 of file UnitEvents.h.
References iThreatContainer, and ThreatRefStatusChangeEvent::ThreatRefStatusChangeEvent().
|
inline |
Definition at line 109 of file UnitEvents.h.
References iThreatContainer.
|
inline |
Definition at line 107 of file UnitEvents.h.
References iThreatContainer.
|
private |
Definition at line 102 of file UnitEvents.h.
Referenced by getThreatContainer(), setThreatContainer(), ThreatManagerEvent(), and ThreatManagerEvent().