Difference between revisions of "0001"

From GTAMods Wiki
Jump to navigation Jump to search
m
Line 9: Line 9:
 
'''Description:'''
 
'''Description:'''
  
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.
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:17, 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.