Fix command docs, automate API doc generation (#327)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de> Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
## Description
|
||||
|
||||
The escorie main script
|
||||
The escoria main script
|
||||
|
||||
## Enumerations
|
||||
|
||||
@@ -21,6 +21,16 @@ Current game state
|
||||
* DIALOG: Game is playing a dialog
|
||||
* WAIT: Game is waiting
|
||||
|
||||
## Constants Descriptions
|
||||
|
||||
### ESCORIA\_VERSION
|
||||
|
||||
```gdscript
|
||||
const ESCORIA_VERSION: String = "0.1.0"
|
||||
```
|
||||
|
||||
Escoria version number
|
||||
|
||||
## Property Descriptions
|
||||
|
||||
### logger
|
||||
@@ -138,19 +148,11 @@ Inventory scene
|
||||
### settings
|
||||
|
||||
```gdscript
|
||||
var settings: Dictionary
|
||||
var settings: ESCSaveSettings
|
||||
```
|
||||
|
||||
These are settings that the player can affect and save/load later
|
||||
|
||||
### settings\_default
|
||||
|
||||
```gdscript
|
||||
var settings_default: Dictionary
|
||||
```
|
||||
|
||||
These are default settings
|
||||
|
||||
### current\_state
|
||||
|
||||
```gdscript
|
||||
@@ -183,13 +185,13 @@ var inputs_manager
|
||||
|
||||
The escoria inputs manager
|
||||
|
||||
### save\_data
|
||||
### save\_manager
|
||||
|
||||
```gdscript
|
||||
var save_data
|
||||
var save_manager: ESCSaveManager
|
||||
```
|
||||
|
||||
Savegame management
|
||||
Savegames and settings manager
|
||||
|
||||
## Method Descriptions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user