-
Notifications
You must be signed in to change notification settings - Fork 0
Control Module
syeyoung edited this page Jul 16, 2020
·
1 revision
Control module contains blocks defined in Controls tab
Control module can be imported via
Require "Control";
Control::waitFor(time: Text) : Waits Time seconds
Control::waitUntil(condition: Boolean) : Wait until the condition becomes true
Control::stopAll() : Stops all code from running
Control::stopOtherScripts() : Stops other code from running
N/A