Skip to content

Control Module

syeyoung edited this page Jul 16, 2020 · 1 revision

Control Module

Control module contains blocks defined in Controls tab

Control module can be imported via

Require "Control";

Defined Functions

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

Defined Events

N/A

Clone this wiki locally