llGetInventoryDesc
function ll.GetInventoryDesc(InventoryItem: string): stringReturns 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)
Examples
Section titled “Examples”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.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llGetInventoryDesc