This contains the source code documentation of the class DialogicSignalEvent.
DialogicSignalEvent
Inherits: DialogicEvent
Event that emits the Dialogic.signal_event signal with an argument. You can connect to this signal like this: Dialogic.signal_event.connect(myfunc)
Properties
| Name | Type | Default |
|---|---|---|
| argument_type | int | 0 |
| argument | Variant | "" |
Methods
| Returns | Method |
|---|---|
| String | get_shortcode ( ) |
| Dictionary | get_shortcode_parameters ( ) |
| void | build_event_editor ( ) |
Constants
No description available.
No description available.
Property Descriptions
No description available.
The argument that will be provided with the signal.
Method Descriptions
func get_shortcode ( ) ⇒ String
No description available.
func get_shortcode_parameters ( ) ⇒ Dictionary
No description available.
func build_event_editor ( ) ⇒ void
No description available.