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

59
docs/api/ESCExecution.md Normal file
View File

@@ -0,0 +1,59 @@
<!-- Auto-generated from JSON by GDScript docs maker. Do not edit this document directly. -->
# ESCExecution
**Extends:** [Object](../Object)
## Description
Basic features and informations about ESC executions
## Constants Descriptions
### RC\_CANCEL
```gdscript
const RC_OK: int = 0
```
Return codes handled by events
* RC_OK: Event run okay
* RC_CANCEL: Cancel all scheduled and queued events
* RC_ERROR: Error running a command
* RC_REPEAT: Repeat the current scope from the beginning
### RC\_ERROR
```gdscript
const RC_OK: int = 0
```
Return codes handled by events
* RC_OK: Event run okay
* RC_CANCEL: Cancel all scheduled and queued events
* RC_ERROR: Error running a command
* RC_REPEAT: Repeat the current scope from the beginning
### RC\_OK
```gdscript
const RC_OK: int = 0
```
Return codes handled by events
* RC_OK: Event run okay
* RC_CANCEL: Cancel all scheduled and queued events
* RC_ERROR: Error running a command
* RC_REPEAT: Repeat the current scope from the beginning
### RC\_REPEAT
```gdscript
const RC_OK: int = 0
```
Return codes handled by events
* RC_OK: Event run okay
* RC_CANCEL: Cancel all scheduled and queued events
* RC_ERROR: Error running a command
* RC_REPEAT: Repeat the current scope from the beginning