Thread Tools Display Modes
Prev Previous Post   Next Post Next
07-29-21, 07:26 PM   #1
fullmoon_sulfuras
A Fallenroot Satyr
Join Date: Dec 2019
Posts: 21
BCC: Any good way to tell if a mount can fly?

Hi! I'm trying to figure out if a mount, say, the Great While Kodo (ID 18793), can fly. I know it can't, but is there an API function that could tell me if a mount can fly? The best I could come up with is to exhaustively check for the name of the flying mounts:

string.find(mount.name, "Windrider")

- Griffon
- Windrider
- Cenarion War Hippogryph (33999)
- Netherwing Drake
- Nether Ray
- Ashes of Al'ar (32458)
- Flying Machine

This is for BCC.

Thanks!

Last edited by fullmoon_sulfuras : 07-30-21 at 07:44 AM.
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » BCC: Any good way to tell if a mount can fly?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off