![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "UnitEvents.h"
Public Member Functions | |
| ThreatMgrEvent (uint32 pType) | |
| ThreatMgrEvent (uint32 pType, HostileReference *pHostileReference) | |
| void | setThreatContainer (ThreatContainer *pThreatContainer) |
| ThreatContainer * | getThreatContainer () const |
Public Member Functions inherited from ThreatRefStatusChangeEvent | |
| ThreatRefStatusChangeEvent (uint32 pType) | |
| ThreatRefStatusChangeEvent (uint32 pType, HostileReference *pHostileReference) | |
| ThreatRefStatusChangeEvent (uint32 pType, HostileReference *pHostileReference, float pValue) | |
| ThreatRefStatusChangeEvent (uint32 pType, HostileReference *pHostileReference, bool pValue) | |
| int32 | getIValue () const |
| float | getFValue () const |
| bool | getBValue () const |
| void | setBValue (bool pValue) |
| HostileReference * | getReference () const |
| void | setThreatMgr (ThreatMgr *pThreatMgr) |
| ThreatMgr * | GetThreatMgr () const |
Public Member Functions inherited from UnitBaseEvent | |
| UnitBaseEvent (uint32 pType) | |
| uint32 | getType () const |
| bool | matchesTypeMask (uint32 pMask) const |
| void | setType (uint32 pType) |
Private Attributes | |
| ThreatContainer * | iThreatContainer |
|
inline |
|
inline |
|
inline |
References iThreatContainer.
|
inline |
References iThreatContainer.
|
private |
Referenced by getThreatContainer(), and setThreatContainer().