wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..HarvestAvoidPlayersRadius Property

Cancel farm if another player is within X yards (0 to don't avoid players).

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

Syntax


public float HarvestAvoidPlayersRadius { get; set; }
Public Property HarvestAvoidPlayersRadius As Single
	Get
	Set
public:
property float^ HarvestAvoidPlayersRadius {
	float^ get ();
	void set (float^ value);
}