🖼️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

Last updated