wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..CanAttackUnitsAlreadyInFight Property

Gets or sets a value indicating whether this instance can attack units already in combat.

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

Syntax


public bool CanAttackUnitsAlreadyInFight { get; set; }
Public Property CanAttackUnitsAlreadyInFight As Boolean
	Get
	Set
public:
property bool^ CanAttackUnitsAlreadyInFight {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if this instance can attack units already in fight; otherwise, false.