docs: Automatic update of API docs

This commit is contained in:
StraToN
2021-10-26 14:37:15 +00:00
parent 471e7444a7
commit 5240ccec54
2 changed files with 9 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ values. Values can be bool, integer or strings
### RESERVED\_GLOBALS
```gdscript
const RESERVED_GLOBALS: Array = ["ESC_LAST_SCENE"]
const RESERVED_GLOBALS: Array = ["ESC_LAST_SCENE","BYPASS_LAST_SCENE"]
```
A list of reserved globals which can not be overridden

View File

@@ -89,4 +89,11 @@ Insert data to save into savegame.
#### Parameters
- p_savegame: The savegame resource
- p_savegame: The savegame resource
### get\_start\_location
```gdscript
func get_start_location() -> ESCLocation
```