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:
Dennis Ploeger
2021-07-27 16:05:14 +02:00
committed by GitHub
parent 43dc217359
commit 604cccb56d
25 changed files with 575 additions and 161 deletions

View File

@@ -78,4 +78,15 @@ Set the state and start a possible animation
#### Parameters
- p_state: State to set
- immediate: If true, skip directly to the end
- immediate: If true, skip directly to the end
### get\_save\_data
```gdscript
func get_save_data() -> Dictionary
```
Return the data of the object to be inserted in a savegame file.
**Returns**
A dictionary containing the data to be saved for this object.