GetImagePath

local Bridge = exports.community_bridge:Bridge()

---This will get the image path for an item, it is an alternate option to GetItemInfo. If a image isnt found will revert to community_bridge logo (useful for menus)
---@param item string
---@return string
Bridge.Inventory.GetImagePath(item)

Last updated