This contains the source code documentation of the class DialogicConditionEvent
.
DialogicConditionEvent
Inherits: DialogicEvent
Event that allows branching a timeline based on a condition.
Properties
Name | Type | Default |
---|---|---|
condition_type | int | 0 |
condition | String | "" |
Methods
Returns | Method |
---|---|
bool | should_execute_this_branch ( ) |
Control | get_end_branch_control ( ) |
String | to_text ( ) |
void | from_text ( string : String ) |
bool | is_valid_event ( string : String ) |
void | build_event_editor ( ) |
Constants
No description available.
No description available.
No description available.
Property Descriptions
Settings condition type (see ). Defaults to if.
The condition as a string. Will be executed as an Expression.
Method Descriptions
func should_execute_this_branch ( ) ⇒ bool
only called if the previous event was an end-branch event return true if this event should be executed if the previous event was an end-branch event
func get_end_branch_control ( ) ⇒ Control
No description available.
No description available.
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.