Files
wow_Meta/api/SaveEquipmentSet.lua
2025-05-04 15:15:00 +02:00

8 lines
468 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param name string
---@param icon number
---Saves or creates an equipment set with the player's currently equipped items. If a set with the same name already exists, that set's contents are overwritten. Set names are case sensitive: if a "Fishing" set already exists, saving a "fishing" set will create a new set instead of overwriting the "Fishing" set.
function SaveEquipmentSet(name, icon) end