Difference between revisions of "0001"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
waits for $int (time in ms) | waits for $int (time in ms) | ||
+ | A parameter value of 0 (wait 0 ms) means that the thread will regain focus as soon as possible, whereas values greater than 0 denote the minimum time span that has to go by before the thread is revisited. | ||
[[Category:OpCodes]] | [[Category:OpCodes]] |
Revision as of 20:16, 5 June 2007
Number of parameters: 1
Works in:
SA
Parameters:
$int (integer) = Time in MS to wait
Description:
waits for $int (time in ms) A parameter value of 0 (wait 0 ms) means that the thread will regain focus as soon as possible, whereas values greater than 0 denote the minimum time span that has to go by before the thread is revisited.