Difference between revisions of "Sleep"

From Wiki
Jump to: navigation, search
(No difference)

Revision as of 04:01, 14 August 2005

Sleep

Client

Synopsis

sleep {ms}


Description

The sleep command waits for a specified amount of time. Time is either given in miliseconds.

NOTE:

  • For values above 50 ms you should use the command wait.

Example

...
; Wait for 5 miliseconds
sleep 5
...


See Also

event Sleep wait

Main_Page Documentation

Client