Skip to main content

DialogInventoryAdd

Callable


  • Adds the item in the dialog list


    Parameters

    • C: Character

      The character the inventory is being built for

    • item: Item

      The item to be added to the inventory

    • isWorn: boolean

      Should be true, if the item is currently being worn, false otherwise

    • optionalsortOrder: DialogSortOrder

      Defines where in the inventory list the item is sorted

    Returns void

    • Nothing