Difference between revisions of "Sleep"
From Wiki
Line 1: | Line 1: | ||
− | + | {{command header|client}} | |
− | + | {{body|sleep {time}|The sleep command prevents EasyUO from executing for a specified amount of time. Time is given in miliseconds by default, or seconds by using the "s" specifier after the number.}} | |
− | + | ||
− | + | ||
− | + | {{note|For values above 50 ms it is recommended that the [[wait]] command be used.}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
Line 19: | Line 14: | ||
</pre> | </pre> | ||
− | + | {{footer}} | |
− | + | ||
− | { | + | |
− | + | ||
− | + | ||
− | + | ||
− | { | + | |
− | + | ||
− | + | ||
− | + |
Revision as of 10:17, 27 August 2005
Synopsis
sleep {time}
Description
The sleep command prevents EasyUO from executing for a specified amount of time. Time is given in miliseconds by default, or seconds by using the "s" specifier after the number.
Note: | For values above 50 ms it is recommended that the wait command be used. |
Example
... ; Wait for 5 miliseconds sleep 5 ...
See also
Main Page | Documentation |