Welcome
Coroutine.New
Coroutine.Start
Coroutine.Continue
Coroutine.Status
Coroutine.SuspendThisRoutine
(thread) Coroutine.New ( |
(function) Function-Name ) |
Creats the coroutine of a function.
(function) The funciton which should be work as a coroutine.
This action returns a (thread) value.
(boolean) Coroutine.Start ( |
(thread) Coroutine, (string) Parameters ) |
Starts the coroutine with the given parameters
(thread) Result of Coroutine.New
(string) Parameters to call your function
This action returns a (boolean) value.
(boolean) Coroutine.Continue ( |
(thread) Coroutine ) |
Resume a suspended coroutine.
(thread) Result of Coroutine.New
This action returns a (boolean) value.
(string) Coroutine.Status ( |
(thread) Coroutine ) |
Returns the status of a coroutine as a string.
(thread) Result of Coroutine.New
This action returns a (string) value.
Coroutine.SuspendThisRoutine () |
Suspends a working coroutine.
This action dose not return any value.
Made with Action Plugin Compiler