Skip to main content

InventoryRemove

Callable

  • InventoryRemove(C, AssetGroup, Refresh): void

  • Removes a specific item from a character body area


    Parameters

    • C: Character

      The character on which we must remove the item

    • AssetGroup: AssetGroupName

      The name of the asset group (body area)

    • optionalRefresh: boolean = true

      Whether or not to trigger a character refresh. Defaults to true

    Returns void