TextBox
class TextBox extends Control
Description
A Control node for a DELTARUNE dialogue box.
Note: Not meant to be instantiated directly.
Instead, use TextBox.start_dialogue (or TextBox.create if you only need a TextBox node).
class TextBox extends Control
A Control node for a DELTARUNE dialogue box.
Note: Not meant to be instantiated directly.
Instead, use TextBox.start_dialogue (or TextBox.create if you only need a TextBox node).
start_dialogue(text: Array) -> void line_asterisk(line: String) -> bool create(text: Array) -> TextBox set_text(text: String) -> Variant set_asterisks() -> Variant parse_commands() -> Variant evaluate(command: Variant, variable_names: Variant, variable_values: Variant) -> void wait(frames: int) -> void write_char() -> Variant play_talk_sound() -> Variant