Lua:sleep

From Cheat Engine
Revision as of 10:08, 25 February 2012 by Dark Byte (talk | contribs) (Created page with ''''function''' sleep(''Delay'') Pauses the thread this lua script executes in for the given amount of milliseconds. (1000 milliseconds=1 second) ===Function Parameters=== {|wi…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

function sleep(Delay)

Pauses the thread this lua script executes in for the given amount of milliseconds. (1000 milliseconds=1 second)


Function Parameters

Parameter Type Description
Delay Integer The time to wait in milliseconds (1000=1 second)


See also