-
Notifications
You must be signed in to change notification settings - Fork 1
ScriptCoroutine
Hyomoto edited this page Jun 24, 2021
·
1 revision
Jump To | Go Back |
Arguments | Methods | Variables |
---|
Implements: Struct
ScriptCoroutine is used by evaluate_expression and ScriptEngine for wrapping up Scripts that yield during execution. They are typically cleaned up once a function has finished yielding. This constructor has no error checking to keep it as quick as possible, and should not be necessary outside of it's provided contexts.
Name | Type | Purpose |
---|---|---|
script | [Script](script) |
A Script |
data | struct |
A structure containing script state |
Jump To | top |
execute | is_yielded |
---|
Name | Type | Purpose |
---|---|---|
_global | undef | No description |
No description.
Name | Type | Purpose |
---|---|---|
None |
No description.
Jump To | top |
---|
Name | Type | Initial | Purpose |
---|---|---|---|
__Script | undef |
_script | No description. |
__Data | undef |
_data | No description. |
Devon Mullane 2020