Files
wow-weakauras/Meta/api/CanUseEquipmentSets.lua
2024-11-07 23:12:37 +01:00

5 lines
318 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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