Npc..::..CanFlyTo Property
Gets or sets a value indicating if character can fly to.
Namespace:
wManager.Wow.ClassAssembly: 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); }