docs: Automatic update of API docs
This commit is contained in:
33
docs/api/load_game.gd.md
Normal file
33
docs/api/load_game.gd.md
Normal file
@@ -0,0 +1,33 @@
|
||||
<!-- Auto-generated from JSON by GDScript docs maker. Do not edit this document directly. -->
|
||||
|
||||
# load\_game.gd
|
||||
|
||||
**Extends:** [Control](../Control)
|
||||
|
||||
## Description
|
||||
|
||||
A container for loading from a save slot
|
||||
|
||||
## Property Descriptions
|
||||
|
||||
### slot\_ui\_scene
|
||||
|
||||
```gdscript
|
||||
export var slot_ui_scene = "[Object:null]"
|
||||
```
|
||||
|
||||
The scene to display a slot
|
||||
|
||||
## Method Descriptions
|
||||
|
||||
### refresh\_savegames
|
||||
|
||||
```gdscript
|
||||
func refresh_savegames()
|
||||
```
|
||||
|
||||
Create the slots from the list of savegames
|
||||
|
||||
## Signals
|
||||
|
||||
- signal back_button_pressed(): Emitted when the back button is pressed
|
||||
Reference in New Issue
Block a user