This contains the source code documentation of the class DialogicLabelEvent.
DialogicLabelEvent
Inherits: Resource
Event that is used as an anchor. You can use the DialogicJumpEvent to jump to this point.
Properties
| Name | Type | Default |
|---|---|---|
| name | String | "" |
| display_name | String | "" |
Methods
| Returns | Method |
|---|---|
| String | to_text ( ) |
| void | from_text ( string: String ) |
| bool | is_valid_event ( string: String ) |
| Dictionary | get_shortcode_parameters ( ) |
| void | build_event_editor ( ) |
Property Descriptions
Used to identify the label. Duplicate names in a timeline will mean it always chooses the first.
No description available.
Method Descriptions
############################################################################## SAVING/LOADING ##############################################################################
func from_text ( string: String ) ⇒ void
No description available.
func is_valid_event ( string: String ) ⇒ bool
No description available.
func get_shortcode_parameters ( ) ⇒ Dictionary
No description available.
func build_event_editor ( ) ⇒ void
No description available.