C_MountJournal.GetMountUsabilityByID

From Warcraft Wiki
Jump to navigation Jump to search

Returns if a mount is currently usable by the player.

isUsable, useError = C_MountJournal.GetMountUsabilityByID(mountID, checkIndoors)

Arguments

mountID
number
checkIndoors
boolean

Returns

isUsable
boolean
useError
string?

Patch changes

Battle for Azeroth Patch 8.1.0 (2018-12-11): Added.