9 lines
235 B
Lua
9 lines
235 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param unit string
|
|
---@param slot number
|
|
---@return string texture
|
|
---Returns the icon texture for an equipped item
|
|
function GetInventoryItemTexture(unit, slot) end
|