Skip to content

llGetInventoryDesc

function ll.GetInventoryDesc(InventoryItem: string): string

Returns the item description of the item in inventory. If item is not found in inventory, the object says "No item named 'name'" to the debug channel and returns an empty string.

Parameters
InventoryItem (string)

Add example usage here showing SLua/Luau syntax with ll.GetInventoryDesc().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.