wManager Namespace
wManager.Wow.Helpers Namespace
WRobot

wManagerSetting..::..BlackListZoneWhereDead Property

Automatically blacklist the zone where the character is dead (with 30 y radius), some products like grinder, quester and automaton override this value with their values.

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

Syntax


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