docs: Automatic update of API docs

This commit is contained in:
StraToN
2021-10-25 07:00:14 +00:00
parent 689669d06e
commit ee03321b37
12 changed files with 200 additions and 5 deletions

View File

@@ -0,0 +1,48 @@
<!-- 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