Co-authored-by: Dennis Ploeger <develop@dieploegers.de> Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
57
docs/api/ESCDialogOptionsChooser.md
Normal file
57
docs/api/ESCDialogOptionsChooser.md
Normal file
@@ -0,0 +1,57 @@
|
||||
<!-- Auto-generated from JSON by GDScript docs maker. Do not edit this document directly. -->
|
||||
|
||||
# ESCDialogOptionsChooser
|
||||
|
||||
**Extends:** [Node](../Node)
|
||||
|
||||
## Description
|
||||
|
||||
Base class for all dialog options implementations
|
||||
|
||||
## Property Descriptions
|
||||
|
||||
### dialog
|
||||
|
||||
```gdscript
|
||||
var dialog: ESCDialog
|
||||
```
|
||||
|
||||
The dialog to show
|
||||
|
||||
## Method Descriptions
|
||||
|
||||
### set\_dialog
|
||||
|
||||
```gdscript
|
||||
func set_dialog(new_dialog: ESCDialog) -> void
|
||||
```
|
||||
|
||||
Set the dialog used for the chooser
|
||||
|
||||
#### Parameters
|
||||
|
||||
- new_dialog: Dialog to set
|
||||
|
||||
### show\_chooser
|
||||
|
||||
```gdscript
|
||||
func show_chooser() -> void
|
||||
```
|
||||
|
||||
Show the dialog chooser UI
|
||||
|
||||
### hide\_chooser
|
||||
|
||||
```gdscript
|
||||
func hide_chooser() -> void
|
||||
```
|
||||
|
||||
Hide the dialog chooser UI
|
||||
|
||||
## Signals
|
||||
|
||||
- signal option_chosen(option): An option was chosen
|
||||
|
||||
##### Parameters
|
||||
|
||||
- option: The dialog option that was chosen
|
||||
Reference in New Issue
Block a user