Skip to main content

PlatformInventoryRemove

Callable

  • PlatformInventoryRemove(InventoryName: string, QuantityToRemove?: number): void

  • Removes an item from the player inventory


    Parameters

    • InventoryName: string

      The item name to add

    • QuantityToRemove: number = 1

      The quantity to add (1 if null)

    Returns void

    • Nothing