Exemplo n.º 1
0
 public bool IsHostileTo(WowPlayer player)
 {
     return(WowInterface.I.HookManager.WowGetUnitReaction(this, player) == WowUnitReaction.Hostile);
 }
Exemplo n.º 2
0
 public bool IsNeutralTo(WowPlayer player)
 {
     return(WowInterface.I.HookManager.WowGetUnitReaction(this, player) == WowUnitReaction.Neutral);
 }
Exemplo n.º 3
0
 public bool IsFriendyTo(WowPlayer player)
 {
     return(WowInterface.I.HookManager.WowGetUnitReaction(this, player) == WowUnitReaction.Friendly);
 }