🖼️Small Image Item

A small image item is a button with an image and a text.

Add a small image item

--- Add a small image item to the menu
---@param text string
---@param imgDict hash
---@param imgTexture hash
function Menu:AddSmallImageItem(text, imgDict, imgTexture)

Set Image Visible

--- Set the item image visible or not
---@param visible boolean
---@return Item
function Item:SetImgVisible(visible)

Last updated