7 lines
234 B
Lua
7 lines
234 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@param slot number
|
|
---@return number quality
|
|
---Returns the quality level of an equipped item
|
|
function GetInventoryItemQuality(unit, slot) end |