This contains the source code documentation of the class DialogicEndBranchEvent
.
DialogicEndBranchEvent
Inherits: Resource
##############################################################################
Methods
Returns | Method |
---|---|
int | find_next_index ( ) |
int | find_opening_index ( at_index : int ) |
String | to_text ( ) |
void | from_text ( _string : String ) |
bool | is_valid_event ( string : String ) |
Method Descriptions
func find_next_index ( ) ⇒ int
No description available.
func find_opening_index ( at_index
: int ) ⇒ int
No description available.
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.
func from_text ( _string
: String ) ⇒ void
No description available.
func is_valid_event ( string
: String ) ⇒ bool
No description available.