Timer control
From SmartBots Developers Docs
Revision as of 14:48, 6 October 2016 by Gg (Talk | contribs) (Gg moved page Bot Playground/Commands/Timer control to Bot Playground/Built-in Functions/Timer control)
Standard timer control routines of javascript: setTimeout, setInterval etc.
// Call samples required
You can use standard javascript timer routines: setTimeout/clearTimeout and setInterval/clearInterval. For reference on these functions see official JavaScript reference.