GetImagePath
local Bridge = exports.community_bridge:Bridge()
Bridge.Inventory.GetImagePath(item)
---This will return an image path to an item, useful for menus etc. If not found will defualt to community_bridge logo
---@param item string
---@return string
Inventory.GetImagePath(item)
Last updated