docs: Automatic update of API docs
This commit is contained in:
48
docs/api/text_dialog_chooser.gd.md
Normal file
48
docs/api/text_dialog_chooser.gd.md
Normal 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
|
||||
Reference in New Issue
Block a user