Files
gymkhana-actions/docs/api/ESCExecution.md
Dennis Ploeger 58d880101d Optimized Docs (#7)
Authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-06-22 23:06:20 +02:00

59 lines
1.2 KiB
Markdown

<!-- 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