Files
gymkhana-actions/docs/api/text_dialog_chooser.gd.md
2021-10-25 07:00:14 +00:00

725 B

text_dialog_chooser.gd

Extends: ESCDialogOptionsChooser < Node

Description

A simple dialog chooser that shows selectable lines of text Supports timeout and avatar display

Property Descriptions

color_normal

export var color_normal = "1,1,1,1"

color_hover

export var color_hover = "165,42,42,1"

font

export var font = "[Object:null]"

Method Descriptions

show_chooser

func show_chooser()

Show the chooser

hide_chooser

func hide_chooser()

Hide the chooser