![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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
advflyablemacro 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[]
Patch 10.0.7 (2023-03-21): Added.
