This contains the source code documentation of the class DialogicReturnEvent.
DialogicReturnEvent
Inherits: DialogicEvent
Event that will make dialogic jump back to the last jump point.
Methods
| Returns | Method |
|---|---|
| String | to_text ( ) |
| void | from_text ( _string: String ) |
| bool | is_valid_event ( string: String ) |
| void | build_event_editor ( ) |
Method Descriptions
############################################################################## SAVING/LOADING ##############################################################################
func from_text ( _string: String ) ⇒ void
No description available.
func is_valid_event ( string: String ) ⇒ bool
No description available.
func build_event_editor ( ) ⇒ void
No description available.