![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Returns extra information about the specified mount.
creatureDisplayInfoID, description, source, isSelfMount, mountTypeID,
uiModelSceneID, animID, spellVisualKitID, disablePlayerMountPreview
= C_MountJournal.GetMountInfoExtraByID(mountID)
= C_MountJournal.GetDisplayedMountInfoExtra(index)
Arguments[]
GetMountInfoExtraByID[]
- mountID
- number : MountID - Returned from C_MountJournal.GetMountIDs()
GetDisplayedMountInfoExtra[]
- index
- number - Index of the displayed mount in the mount journal list with the current search query and filters. Ranging from 1 to C_MountJournal.GetNumDisplayedMounts()
Returns[]
- creatureDisplayInfoID
- number : DisplayID - If
nil, then the mount has multiple displayIDs, from C_MountJournal.GetMountAllCreatureDisplayInfoByID()[1]. This is not consistent however, since this can be not nil and still have multiple displayIds. - description
- string - flavor text describing the mount
- source
- string - information about how the mount is obtained, including vendor name and location, monetary cost, etc.
- isSelfMount
- boolean - true if the player transforms into the mount (eg. Obsidian Nightwing or
[Sandstone Drake]), or false for normal mounts - mountTypeID
- number - a number indicating the capabilities of the mount; known values include:
- 230 for most ground mounts
- 231 for
[Riding Turtle] and
[Sea Turtle] - 232 for
[Vashj'ir Seahorse] (was named Abyssal Seahorse prior to Warlords of Draenor) - 241 for Blue, Green, Red, and Yellow Qiraji Battle Tank (restricted to use inside Temple of Ahn'Qiraj)
- 242 for Swift Spectral Gryphon (hidden in the mount journal, used while dead in certain zones)
- 247 for
[Disc of the Red Flying Cloud] - 248 for most flying mounts, including those that change capability based on riding skill
- 254 for
[Reins of Poseidus],
[Brinedeep Bottom-Feeder] and
[Fathom Dweller] - 269 for
[Reins of the Azure Water Strider] and
[Reins of the Crimson Water Strider] - 284 for
[Chauffeured Chopper] and Chauffeured Mechano-Hog - 398 for
[Kua'fon's Harness] - 402 for Dragonriding
- 407 for
[Deepstar Polyp] and
[Otterworldly Ottuk Carrier] - 408 for
[Unsuccessful Prototype Fleetpod] - 412 for Otto and Ottuk
- 424 for Dragonriding mounts, including mounts that have dragonriding animations but are not yet enabled for dragonriding.
- uiModelSceneID
- number : ModelSceneID
- animID
- number
- spellVisualKitID
- number
- disablePlayerMountPreview
- boolean
Patch changes[]
Patch 8.2.5 (2019-09-24): Added animID, spellVisualKitID, disablePlayerMountPreview returns.
Patch 7.0.3 (2016-07-19): Moved to C_MountJournal.GetMountInfoExtraByID()
Patch 6.0.2 (2014-10-14): Added C_MountJournal.GetMountInfoExtra()
