Difference between revisions of "00D7"

From GTAMods Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<code>00D7=1,%1p%</code><br>
+
{{OpCode
'''Description''': Creates a new thread<br>
+
| ini        = 00D7=1,%1p%
'''Parameter 1''': [[Label]]<br>
+
| description = Creates a new thread
'''Supports''': GTA3, Vice City, San Andreas<br>
+
| p1          = [[Label]]
 
+
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]]
This opcode creates a new [[thread]]. It begins an execution from the place marked by the label passed as the parameter. This opcode works the same as [[004F]] except that it has only one parameter, without extra ones.<br>
+
}}
 +
This opcode creates a new [[thread]]. It begins an execution from the place marked by the label passed as the parameter. This opcode works similar to [[004F]] except that it has only one parameter, without extra ones. Threads created with this opcode can use [[00D8]] within the thread.
  
 
==Keywords==
 
==Keywords==
 
thread, create
 
thread, create
 
[[Category:OpCodes]]
 

Revision as of 15:18, 13 March 2010

{{{games}}}


Description
Creates a new thread
Syntax
{{{syntax1}}}
Parameter

This opcode creates a new thread. It begins an execution from the place marked by the label passed as the parameter. This opcode works similar to 004F except that it has only one parameter, without extra ones. Threads created with this opcode can use 00D8 within the thread.

Keywords

thread, create