C_EquipmentSet.SaveEquipmentSet

From Warcraft Wiki
Jump to navigation Jump to search
GitHub Octocat.png  Townlong-Yak Globe.png  Townlong-Yak BAD.png  Blizz.gif  ProfIcons engineering.png C_EquipmentSet.SaveEquipmentSet 11.1.5 (60428)4.4.2 (59734)1.15.7 (60191) + 7.2.0 / 2.5.1 / 1.14.0
GitHub Octocat.png  Townlong-Yak Globe.png  Wowprogramming.png SaveEquipmentSet + 3.1.0

Saves your currently equipped items into an equipment set.

C_EquipmentSet.SaveEquipmentSet(equipmentSetID [, icon])

Arguments

equipmentSetID
number - can be retrieved from an existing equipment set by name with C_EquipmentSet.GetEquipmentSetID.
icon
string? - icon to use for the equipment set. If ommited, the existing icon will be used.
Accepts both texture names and file IDs, e.g. "INV_Ammo_Snowball", 655708 or "655708"

Details

  • Can only modify an existing equipment set.