wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..UsePathsFinder Property

Use PathFinder (if this option is disabled it goes from position A to position B without avoiding obstacles).

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

Syntax


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