SequentialAction
Action combinator that executes the action group initialActions in series. Each action is run one after the other. When an action completes, the next one is immediately run. This action completes when the last action completes.
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.