Difference between revisions of "0002"

From GTAMods Wiki
Jump to navigation Jump to search
(dunno if anyone would open this page seeking for the IPL jumps)
Line 1: Line 1:
{{OpCode
+
{{Icon|trilogy}}
| ini        = 0002=1,%1p%
+
 
| description = Jumps to a label
+
<hr />
| p1          = [[Label]]
+
<onlyinclude>{{#ifeq:{{{transcludesection|opcode}}}|opcode|
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]], [[Liberty City Stories]], [[Vice City Stories]]
+
'''Description'''
}}
+
: Jumps to a label in the thread.
This is used in unconditional jumps. In both the [[Mission Builder]] and [[Sanny Builder]], you can type '''jump''' instead.
+
'''Syntax'''
 +
: 0002: jump [label]
 +
: jump [label]
 +
'''Parameters'''
 +
: [''Label'']
 +
:: The destination [[label]]
 +
 
 +
This is used in unconditional jumps. In both the Mission Builder and [[Sanny Builder]], you can use the '''jump''' keyword instead. The destination point is identified by a label, which is then used as a parameter.
 +
}}</onlyinclude>
 +
 
 +
==See Also==
 +
[[Label]]
 +
 
 +
==Keywords==
 +
jump, goto, label
 +
 
 +
[[Category:OpCodes]]

Revision as of 20:26, 5 March 2012

GTA III Vice City San Andreas


Description

Jumps to a label in the thread.

Syntax

0002: jump [label]
jump [label]

Parameters

[Label]
The destination label

This is used in unconditional jumps. In both the Mission Builder and Sanny Builder, you can use the jump keyword instead. The destination point is identified by a label, which is then used as a parameter.

See Also

Label

Keywords

jump, goto, label