wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..WallDistancePathFinder Property

Wall distance of generated path by PathFinder (sometime this option can return a funny path).

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

Syntax


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