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

9 lines
378 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param texture table
---@param unit string
---@param slot number
---Sets a Texture object to display the icon of an equipped item. Adapts the square item icon texture to fit within the circular "portrait" frames used in many default UI elements.
function SetInventoryPortraitTexture(texture, unit, slot) end