Dialogs (Menu Pop-Ups)

9 November 2016

  • Release 9.143 - added a dialog UUID.

6 June 2016

  • Release 9.87 - Removed language detection.

5 June 2016

  • Release 9.86 - added language detection.

<data Notifications> Type: Corrade progressive notification Notification[wiki]: dialog Data[wiki]: type, firstname, lastname, message, channel, name, item, owner, button, id Structure[wiki]: ScriptDialogEventArgs Description[wiki]: Dialog boxes sent by scripts. Commands[wiki]: getscriptdialogs, replytoscriptdialog Last Changes[wiki]: Release 9.143 - added a dialog UUID. </data>

Data Description
type The type of the notification.
firstname The first name of the person sending the dialog.
lastname The last name of the person sending the dialog.
message The message sent.
channel The channel on which the dialog was sent.
name The name of the object sending the dialog.
item The UUID of the item sending the dialog.
owner The owner UUID of the item sending the dialog.
button The button labels sent by the dialog.
id The dialog UUID used for replying to the dialog.