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

52
docs/api/options.gd.md Normal file
View File

@@ -0,0 +1,52 @@
<!-- Auto-generated from JSON by GDScript docs maker. Do not edit this document directly. -->
# options.gd
**Extends:** [Control](../Control)
## Description
An options menu
## Property Descriptions
### backup\_settings
```gdscript
var backup_settings
```
The current settings
### settings\_changed
```gdscript
var settings_changed
```
The settings changed
## Method Descriptions
### show
```gdscript
func show()
```
Show the options
### initialize\_options
```gdscript
func initialize_options(p_settings)
```
Set the sliders to the values of the settings
#### Parameters
- p_settings: The settings to use
## Signals
- signal back_button_pressed(): The back button was pressed