Difference between revisions of "00D7"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | {{OpCode | |
− | + | | ini = 00D7=1,%1p% | |
− | + | | description = Creates a new thread | |
− | + | | 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 | + | }} |
+ | 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 | ||
− | |||
− |
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