C_MountJournal.GetIsFavorite

From Warcraft Wiki
Jump to navigation Jump to search

Indicates whether the specified mount is marked as a favorite.

isFavorite, canSetFavorite = C_MountJournal.GetIsFavorite(mountIndex)

Arguments

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

Returns

isFavorite
boolean
canSetFavorite
boolean

Patch changes

Warlords of Draenor Patch 6.0.2 (2014-10-14): Added.