Add an action to an object and wait for it to end
| <viztask>.addAction( | |
| node | |
| action | |
| pool = 0 |
)
node
The node to apply the action to
action
The action to add to the node and wait for
pool = 0
The pool to add the action under
This command will create a sub-task that adds an action to an object and waits for the action to end.
A generator object which can be yielded