llGetInventoryNumber
function ll.GetInventoryNumber(InventoryType: number): numberReturns the quantity of items of a given type (INVENTORY_* flag) in the prim's inventory.
Use the inventory constants INVENTORY_* to specify the type.
Parameters
-
InventoryType(number) - Inventory item type
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GetInventoryNumber().
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: llGetInventoryNumber