wManager.Wow.Helpers Namespace
WRobot

OffMeshConnection..::..TryToUseEvenIfCanFindPathSuccess Property

If true try to use even if can find path success (and use this if path distance is smaller with), use this option if you know what you are doing.

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

Syntax


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

Field Value

true If true try to use even if can find path success (and use this if path distance is smaller with); otherwise, false.