Break/en: Porovnání verzí
(Založena nová stránka s textem „ Number type“) |
(Založena nová stránka s textem „== Output parameters ==“) |
||
| (Není zobrazeno 5 mezilehlých verzí od stejného uživatele.) | |||
| Řádek 17: | Řádek 17: | ||
[[Special:MyLanguage/Datové typy#Number | Number]] type | [[Special:MyLanguage/Datové typy#Number | Number]] type | ||
| − | + | Enables or disables the command. If the value is 0, the command will not be executed. | |
=== PreWait === | === PreWait === | ||
| − | + | [[Special:MyLanguage/Datové typy#Number | Number]] type | |
| − | + | Delay in milliseconds before executing the command. It has no effect if Enabled=0. | |
=== PostWait === | === PostWait === | ||
| − | + | [[Special:MyLanguage/Datové typy#Number | Number]] type | |
| − | + | Delay in milliseconds after executing the command. It has no effect if Enabled=0. | |
| − | == | + | == Output parameters == |
Aktuální verze z 9. 7. 2020, 10:44
Description
Alias: BR
Loop break.
Immediately terminates the closest enclosing loop.
Input parameters
Enabled
Number type
Enables or disables the command. If the value is 0, the command will not be executed.
PreWait
Number type
Delay in milliseconds before executing the command. It has no effect if Enabled=0.
PostWait
Number type
Delay in milliseconds after executing the command. It has no effect if Enabled=0.