Wait

From OpenEUO
Revision as of 10:12, 9 October 2010 by 76.184.213.234 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
wait (msec)

Temporarily pauses execution of the script for msec milliseconds. Keep durations short if using this command in a gui thread where object events are handled. It is unlikely that accuracy is higher than the 'tick' rate of the system clock (system clock interrupt), so any call to wait(x) with x < 15 will likely wait at least 15ms (1/64 of a second).

Obj.Loop

Pause

Stop

Windows API - Sleep function

MSDN Blog Article - Know thy tick