Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 5.42 Looptime statement - Executing a loop over time

Страниц (1): [1]
 

1. Kibor - 08 Сентября, 2018 - 18:42:55 - перейти к сообщению
looptime allows you to organize closed loops the specified amount of time.

 Цитата:
looptime (3000) beep (1000, 100);


 Цитата:
looptime (3000)
{
beep (2000, 100);
}


Accepts the parameter in milliseconds.

When implementing a long cycle, it is recommended in the loop to pause a little sleep to unload the processor.

looptime is extended to the action of the operators break and continue

Powered by ExBB FM 1.0 Final