wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..AvoidWallWithRays Property

Try to avoid wall and small obstacle not in pathfinder with rays (TraceLine).

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

Syntax


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