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

48 lines
725 B
Markdown

<!-- Auto-generated from JSON by GDScript docs maker. Do not edit this document directly. -->
# text\_dialog\_chooser.gd
**Extends:** [ESCDialogOptionsChooser](../ESCDialogOptionsChooser) < [Node](../Node)
## Description
A simple dialog chooser that shows selectable lines of text
Supports timeout and avatar display
## Property Descriptions
### color\_normal
```gdscript
export var color_normal = "1,1,1,1"
```
### color\_hover
```gdscript
export var color_hover = "165,42,42,1"
```
### font
```gdscript
export var font = "[Object:null]"
```
## Method Descriptions
### show\_chooser
```gdscript
func show_chooser()
```
Show the chooser
### hide\_chooser
```gdscript
func hide_chooser()
```
Hide the chooser