wManager.Wow.Helpers Namespace
WRobot

Npc..::..Active Property

Gets or sets a value indicating whether this Npc can be used.

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

Syntax


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