Returns information about a mount.


See also _(API_CAT_MOUNT).

Signature:

creatureName, spellID, icon, active, summonable, source, isFavorite, isFactionSpecific, faction, unknown, owned = C_MountJournal.GetMountInfo(index)

Arguments:

Returns:

  • creatureName - Localized name of the mount (string)

  • spellID - spellID of ability used to summon mount (number, spellID)

  • icon - Path to an icon texture for the mount (string)

  • active - true if the mount queried is currently summoned; otherwise false (boolean)

  • summonable - true if the mount can be summoned by this character; otherwise false (boolean)

  • source - A number indicating the source of the mount. (number)

    • 1 - Drop
    • 2 - Quest
    • 3 - Vendor
    • 4 - Profession
    • 5 - Pet Battle
    • 6 - Achievement
    • 7 - World Event
    • 8 - Promotion
    • 9 - Trading Card Game
    • 10 - In-Game Shop

  • isFavorite - (boolean)

  • isFactionSpecific - (boolean)

  • faction - the faction the mount belongs to (boolean)

    • 0 - Horde
    • 1 - Alliance
    • nil - none / both / neutral

  • unknown - (boolean)

  • owned - (boolean)