IsAdvancedFlyableArea

From Warcraft Wiki
Jump to navigation Jump to search

Checks if the player is located in a zone that supports advanced flight mechanics, such as Dragonriding.

flyable = IsAdvancedFlyableArea()

Returns

flyable
boolean

Details

  • This function corresponds to the advflyable macro conditional.
  • Contrary to IsFlyableArea, this function returns true in indoor areas where you cannot mount. This can be resolved by additionally querying IsOutdoors().

Patch changes

See also