9 November 2016
6 June 2016
5 June 2016
dialog (Notifications) | |
---|---|
Type | Corrade progressive notification |
Notification | dialog |
Data | type , firstname , lastname , message , channel , name , item , owner , button , id |
Structure | ScriptDialogEventArgs |
Description | Dialog boxes sent by scripts. |
Commands | getscriptdialogs, replytoscriptdialog |
Last Changes | Release 9.143 - added a dialog UUID. |
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. |