Skip to main content

InventoryAddMany

Callable


  • 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: readonly ServerItemBundle[]

      The new items to add

    • optionalPush: boolean

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

    Returns void