wManager.Wow.Helpers Namespace
WRobot

NPCQuest..::..GameObject Property

Gets or sets a value indicating whether it isWoWGameObject (by default bot search WoWUnit).

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

Syntax


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

Field Value

true if game object; otherwise, false.