C_EquipmentSet.GetEquipmentSetID

From Warcraft Wiki
Jump to navigation Jump to search

Returns the set ID of an equipment set with the specified name.

equipmentSetID = C_EquipmentSet.GetEquipmentSetID(equipmentSetName)

Arguments

equipmentSetName
string - equipment set name to query

Returns

equipmentSetID
number - set ID of an equipment set with the specified name, or nil if no sets with the specified name are currently saved.

Patch changes

Legion Patch 7.2.0 (2017-03-28): Added.