docs: Automatic update of API docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user