canCarryItem
Arguments
inventoryName (string): The name of the inventory.
item (string): The item to check.
count (number): The quantity of the item.
metadata (table, optional): Additional metadata for the item.
Returns
canCarry (boolean): Whether the item can be carried.
Example Usage
Return Structure
If item can be carried:
If item cannot be carried:
Last updated