Skip to main content

ExtendedItemSetOptionByRecord

Callable


  • Set an extended items properties based on the passed type record


    Parameters

    • C: Character

      The character in question

    • itemOrGroupName: AssetGroupName | Item

      The item or the item's group

    • typeRecord: TypeRecord = null

      The archetypical items type record. If null only apply options.properties

    • options: { C_Source: Character; properties: ItemProperties; push: boolean; refresh: boolean } = null
      • C_Source: Character

        The character updating the item (if any)

      • properties: ItemProperties

        Extra item properties to be set on the item, the allowed list of properties being defined by ExtendedItemData.baselineProperty

      • push: boolean

        Whether to push the item changes to the server

      • refresh: boolean

        Whether to refresh the character after setting the item properties

    Returns void