wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..BlackListIfNotCompletePath Property

Blacklist mobs, NPCs, nodes... if cannot found complete path (if PathFinder return partial or no success result)

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

Syntax


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