Optimized Docs (#7)
Authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
59
docs/api/ESCExecution.md
Normal file
59
docs/api/ESCExecution.md
Normal 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
|
||||
Reference in New Issue
Block a user