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

DialogicWaitEvent

This contains the source code documentation of the class DialogicWaitEvent.

DialogicWaitEvent

Inherits: DialogicEvent

Event that waits for some time before continuing.

Properties

NameTypeDefault
timefloat1.0
hide_textbooltrue
skippableboolfalse

Methods


Property Descriptions

var time = 1.0

The time in seconds that the event will stop before continuing.


var hide_text = true

If true the text box will be hidden while the event waits.


var skippable = false

If true the wait can be skipped with user input


Method Descriptions

func get_shortcode ( ) ⇒ String

No description available.


func get_shortcode_parameters ( ) ⇒ Dictionary

No description available.


func build_event_editor ( ) ⇒ void

No description available.