AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "ThreatMgr.h"
Public Member Functions | |
RedirectThreatInfo ()=default | |
ObjectGuid | GetTargetGUID () const |
uint32 | GetThreatPct () const |
void | Set (ObjectGuid guid, uint32 pct) |
void | ModifyThreatPct (int32 amount) |
Public Attributes | |
ObjectGuid | _targetGUID |
uint32 | _threatPct { 0 } |
|
default |
|
inline |
|
inline |
|
inline |
References _threatPct.
Referenced by Unit::ModifyRedirectThreat().
|
inline |
References _targetGUID, and _threatPct.
Referenced by Unit::SetRedirectThreat().
ObjectGuid RedirectThreatInfo::_targetGUID |
Referenced by GetTargetGUID(), and Set().
uint32 RedirectThreatInfo::_threatPct { 0 } |
Referenced by GetThreatPct(), ModifyThreatPct(), and Set().