Stop Loop
StopLoop stops the loop based on the value of a bool variable.
Same as break in traditional programming.
Parameters
| Parameter | Description |
|---|---|
| Variable | The bool variable to check. |
| Test If | Check if True or False. |
StopLoop stops the loop based on the value of a bool variable.
Same as break in traditional programming.
| Parameter | Description |
|---|---|
| Variable | The bool variable to check. |
| Test If | Check if True or False. |