wManager.Wow.Helpers Namespace
WRobot

WoWLocalPlayer..::..InCombat Property

Gets a value indicating whether in combat (relating to bot configurations/blacklist, to check if the game determined you are in combat use InCombatFlagOnly).

Namespace:  wManager.Wow.ObjectManager
Assembly:  wManager (in wManager.dll)

Syntax


public bool InCombat { get; }
Public ReadOnly Property InCombat As Boolean
	Get
public:
property bool^ InCombat {
	bool^ get ();
}

Field Value

true if in combat; otherwise, false.