|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Unit.h>
Public Member Functions | |
| uint64 | GetTargetGUID () const |
| uint32 | GetThreatPct () const |
| void | ModifyThreatPct (int32 amount) |
| RedirectThreatInfo () | |
| void | Set (uint64 guid, uint32 pct) |
Public Attributes | |
| uint64 | _targetGUID |
| uint32 | _threatPct |
|
inline |
Definition at line 1071 of file Unit.h.
References _targetGUID, and _threatPct.
|
inline |
Definition at line 1076 of file Unit.h.
References _targetGUID.
|
inline |
Definition at line 1080 of file Unit.h.
References _threatPct.
|
inline |
Definition at line 1091 of file Unit.h.
References _threatPct.
Definition at line 1085 of file Unit.h.
References _targetGUID, and _threatPct.
| uint64 RedirectThreatInfo::_targetGUID |
Definition at line 1073 of file Unit.h.
Referenced by GetTargetGUID(), RedirectThreatInfo(), and Set().
| uint32 RedirectThreatInfo::_threatPct |
Definition at line 1074 of file Unit.h.
Referenced by GetThreatPct(), ModifyThreatPct(), RedirectThreatInfo(), and Set().