Files
wow_Meta/api/GetInventoryAlertStatus.lua
2024-12-16 13:13:08 +01:00

9 lines
490 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param slot number
---@return 2 status
---@return 0
---@return 1
---@return 2
---Returns the durability warning status of an equipped item. Looking up the status returned by this function in the INVENTORY_ALERT_COLORS table provides color values, used in the default UI to highlight parts of the DurabiltyFrame (i.e. the "armored man" image) that appears when durability is low.
function GetInventoryAlertStatus(slot) end