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

7 lines
323 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return boolean enabled
---Returns whether the player has enabled the equipment manager. Despite the name, this returns true when the player has enabled the use of the equipment manager through the interface or CVars.
function CanUseEquipmentSets() end