wManager.Wow.Helpers Namespace
wManager.Wow.ObjectManager Namespace
WRobot

WoWUnit..::..IsTracked Property

Gets or sets a value indicating whether is tracked (in in-game minimap).

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

Syntax


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

Field Value

true if is tracked; otherwise, false.