ParallelAction
Action combinator that executes the action group initialActions in parallel. Each call to run on this action calls run on every live child action in the order provided. Completed actions are removed from the rotation and do not prevent the completion of other actions. This action completes when all of initialActions have.
Properties
Functions
Link copied to clipboard
Returns a new action that waits dt before executing this action.
Link copied to clipboard
Returns an interruptible copy of this action, with onInterruption occurring on interrupt.
Link copied to clipboard
Draws a preview of the action on canvas fieldOverlay.
Link copied to clipboard
Link copied to clipboard
Returns a copy of this with dashboard preview preview.
Link copied to clipboard
Returns a copy of this with requirements reqs.