Removed hardcoded global_id "player" (#359)
* Removed hardcoded global_id "player" Removed hardcoded node name "start_position" * docs: Automatic update of API docs Co-authored-by: StraToN <StraToN@users.noreply.github.com>
This commit is contained in:
@@ -19,6 +19,14 @@ export var global_id = ""
|
||||
|
||||
The global ID of this item
|
||||
|
||||
### is\_start\_location
|
||||
|
||||
```gdscript
|
||||
export var is_start_location = false
|
||||
```
|
||||
|
||||
If true, this ESCLocation is considered as a player start location
|
||||
|
||||
### player\_orients\_on\_arrival
|
||||
|
||||
```gdscript
|
||||
|
||||
@@ -102,4 +102,4 @@ Implement them, even if empty
|
||||
|
||||
## Signals
|
||||
|
||||
- signal room_ready():
|
||||
- signal room_ready(): Signal sent when the room is loaded and ready.
|
||||
|
||||
Reference in New Issue
Block a user