RepeatCommand
A command that runs another command multiple times.
Parameters
command
the command to run
times
the number of times to run the command. If less than zero, then the command will be run indefinitely.
Properties
Functions
Link copied to clipboard
Runs repeatedly until isFinished returns true.
Link copied to clipboard
Returns whether this command is finished.