Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API C EquipmentSet UseEquipmentSet
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{protectedcombatapi|3.3 (?)}} {{wowapic}} Equips items from a specified equipment set. local setWasEquipped = C_EquipmentSet.UseEquipmentSet(equipmentSetID) == Parameters == === Arguments === * equipmentSetID (number) - equipment set id === Returns === * setWasEquipped (boolean) - true if the set was equipped, false otherwise. Failure conditions include invalid arguments, and engaging in combat. == Examples == UseEquipmentSet(1) Equips the equipment set named "Tank". == Details == This function does not produce error messages. FrameXML/EquipmentManager.lua provides EquipmentManager_EquipSet("name"), which will provide the player with an error message if the equip action fails (but does not provide you with a return value). == Notes == * Moved in patch 7.2.0 (2017-03-28) to C_EquipmentSet.UseEquipmentSet. * Added in Patch 3.0.2 (2008-10-14) as [[API UseEquipmentSet|UseEquipmentSet]]. {{API Trail EquipmentManager}}
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:API Trail EquipmentManager
(
edit
)
Template:Ambox
(
edit
)
Template:Api
(
edit
)
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Navbar
(
edit
)
Template:Navbox
(
edit
)
Template:Protectedcombatapi
(
edit
)
Template:Tcl
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)
Template:Wowapic
(
edit
)
Close
Loading editor…