Skip to content

Commit

Permalink
docs: Automatic update of API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
StraToN committed Oct 26, 2021
1 parent 471e744 commit 5240cce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/ESCGlobalsManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 8 additions & 1 deletion docs/api/ESCObjectManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 5240cce

Please sign in to comment.