wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..AttackBeforeBeingAttacked Property

Attack before being attacked (Start the fight when the character is close to the mob's aggro zone. It allows to be more reactive, but this option is not always reliable (it depends on the server and the version of the game)).

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

Syntax


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