Wikia

WoWWiki

API UseEquipmentSet

Talk0
98,472pages on
this wiki

Equips items from a specified equipment set.

success = UseEquipmentSet("name");

Contents

Arguments

name 
String - equipment set name.

Returns

success 
Boolean - true if the set was equipped, nil otherwise. Failure conditions include invalid arguments, and engaging in combat.

Example

local name = GetEquipmentSetInfo(1);
local ok = UseEquipmentSet(name);
if ok then
 print("You're now clad in " .. name);
end

Notes

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).


Advertisement | Your ad here

Photos

Add a Photo
61,987photos on this wiki
See all photos >

Recent Wiki Activity

See more >

Around Wikia's network

Random Wiki