DialogicEndBranchEvent

This contains the source code documentation of the class DialogicEndBranchEvent.

DialogicEndBranchEvent

Inherits: Resource

##############################################################################

Methods

ReturnsMethod
intfind_next_index ( )
intfind_opening_index ( )
voidfrom_text ( string: String )
boolis_valid_event ( string: String )
Stringto_text ( )

Method Descriptions

func find_next_index ( ) ⇒ int

No description available.


func find_opening_index ( ) ⇒ int

No description available.


func from_text ( string: String ) ⇒ void

No description available.


func is_valid_event ( string: String ) ⇒ bool

No description available.


func to_text ( ) ⇒ String

NOTE: This event is very special. It is rarely stored at all, as it is usually just a placeholder for removing an indentation level. When copying events however, some representation of this is necessary. That's why this is half-implemented.