Skip to main content

ExtendedItemChatData <OptionType>

An object containing data about the type change that triggered the chat message

@param

A reference to the character wearing the item

@param

The previously selected type option

@param

The newly selected type option

@param

The index of the previously selected type option in the item's options config or, depending on the archetype, -1 no such item option config exists.

@param

The index of the newly selected type option in the item's options config or, depending on the archetype, -1 no such item option config exists.

Index

Properties

C

newIndex

newIndex: number

newOption

newOption: OptionType

previousIndex

previousIndex: number

previousOption

previousOption: OptionType