Timer control
From SmartBots Developers Docs
Bot PlaygroundBuilt-in Functions
Revision as of 15:31, 1 July 2016 by Gg (Talk | contribs) (Created page with "{{DISPLAYTITLE:{{SUBPAGENAME}}}} <onlyinclude> Standard timer control routines of javascript: setTimeout, setInterval etc. </onlyinclude> <syntaxhighlight lang="javascript">...")
Jump to: navigation, search
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.
Examples
- Timer control