View Single Post
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