wManager.Wow.Helpers Namespace
WRobot

Npc..::..CanFlyTo Property

Gets or sets a value indicating if character can fly to.

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

Syntax


[XmlIgnoreAttribute]
public bool CanFlyTo { get; set; }
<XmlIgnoreAttribute> _
Public Property CanFlyTo As Boolean
	Get
	Set
[XmlIgnoreAttribute]
public:
property bool^ CanFlyTo {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if character can fly to; otherwise, false.