Name | Type | Deprecated | Secure | Description |
---|---|---|---|---|
Event.Interaction | Signals a change in available interaction types. | |||
Inspect.Interaction | function | Provides information about what types of interaction are available. |
Signals a change in available interaction types.
Event.Interaction(interaction, state) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
interaction | parameter | variant | The identifier of the interaction type. May be any of "auction", "bank", "guildbank", or "mail". |
state | parameter | <nope> | Boolean indicating whether or not that interaction is available. |
Provides information about what types of interaction are available.
interactions = Inspect.Interaction() | |||
status = Inspect.Interaction(interaction) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
interaction | parameter | string | Optional name of the interaction type to query. Valid values include "auction", "bank", "guildbank", and "mail". |
interactions | result | table | Table from interaction type to indicator of whether that interaction is available. |
status | result | boolean | Whether or not that interaction type is available. |