Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DialogicConditionEvent

This contains the source code documentation of the class DialogicConditionEvent.

DialogicConditionEvent

Inherits: DialogicEvent

Event that allows branching a timeline based on a condition.

Properties


Methods

ReturnsMethod
Stringto_text ( )
voidfrom_text ( string: String )
boolis_valid_event ( string: String )
voidbuild_event_editor ( )

Constants

const IF = 0

No description available.


const ELIF = 1

No description available.


const ELSE = 2

No description available.


Property Descriptions

var condition_type = 0

Condition type (see ). Defaults to if.


var condition = ""

The condition as a string. Will be executed as an Expression.


Method Descriptions

func to_text ( ) ⇒ String

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.