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
|
### RESERVED\_GLOBALS
|
||||||
|
|
||||||
```gdscript
|
```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
|
A list of reserved globals which can not be overridden
|
||||||
|
|||||||
@@ -90,3 +90,10 @@ Insert data to save into savegame.
|
|||||||
#### Parameters
|
#### 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