wManager.Wow.Helpers Namespace
WRobot

GrinderGathererEasyQuestClass..::..RandomizePositions Property

Randomize positions (if enabled, bot will go to random positions, don't forget to setting RandomizePositionsRadius).

Namespace:  Quester.Profile
Assembly:  Quester (in Quester.dll)

Syntax


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