8 lines
362 B
Lua
8 lines
362 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param texture table
|
|
---@param container number
|
|
---Sets a Texture object to display the icon of one of the player's bags. Adapts the square item icon texture to fit within the circular "portrait" frames used in many default UI elements.
|
|
function SetBagPortraitTexture(texture, container) end
|