Skip to main content

InventoryAddMany

Callable

  • InventoryAddMany(C, NewItems, Push): void

  • Adds multiple new items by group & name to the character inventory


    Parameters

    • C: Character

      The character that gets the new items added to her inventory

    • NewItems: InventoryBundle[]

      The new items to add

    • optionalPush: boolean

      Set to TRUE to push to the server, pushed by default

    Returns void