9 November 2016
6 June 2016
5 June 2016
<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. |