Optimized Docs (#7)

Authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
Dennis Ploeger
2021-06-22 23:06:20 +02:00
committed by GitHub
parent d5a0022b7b
commit 58d880101d
111 changed files with 6362 additions and 801 deletions

41
docs/api/ESCStatement.md Normal file
View File

@@ -0,0 +1,41 @@
<!-- Auto-generated from JSON by GDScript docs maker. Do not edit this document directly. -->
# ESCStatement
**Extends:** [Object](../Object)
## Description
A statement in an ESC file
## Property Descriptions
### statements
```gdscript
var statements: Array
```
The list of ESC commands
## Method Descriptions
### is\_valid
```gdscript
func is_valid() -> bool
```
Check wether the statement should be run based on its conditions
### run
```gdscript
func run() -> var
```
Execute this statement and return its return code
## Signals
- signal finished(return_code): Emitted when the event did finish running