API C MountJournal.GetMountInfoExtra

From Warcraft Wiki
Jump to navigation Jump to search

Returns extra information about the specified mount.

creatureDisplayID, descriptionText, sourceText, isSelfMount, mountType = C_MountJournal.GetMountInfoExtra(index)

Arguments

index
number - the index of the mount, in the range of 1 to C_MountJournal.GetNumMounts() (inclusive)

Returns

creatureDisplayID
number - the display ID of the model for the mount, usable with PlayerModel:SetDisplayInfo()
descriptionText
string - flavor text describing the mount
sourceText
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
mountType
number - a number indicating the capabilities of the mount; known values include:

Details

  • Does nothing if the specified index is out of bounds.

Patch changes

See also