Determines if the item is mount equipment based on its class and subclass.
isMountEquipment = C_MountJournal.IsItemMountEquipment(itemLocation)
Arguments
- itemLocation
- table - ItemLocationMixin
Returns
- isMountEquipment
- boolean
Patch changes
Patch 8.2.0 (2019-06-25): Added.