Difference between revisions of "004D"

From GTAMods Wiki
Jump to navigation Jump to search
(Redirecting to Conditional statement)
 
Line 1: Line 1:
#REDIRECT [[Conditional statement]]
+
{{OpCode
 +
| ini        = 004D=1,%1p%
 +
| p1          = [[Label]]
 +
| description = Used in [[Wikipedia:If-then-else|IF]] statement
 +
| game        = GTA3, Vice City, San Andreas
 +
}}
 +
This is used to jump to a different label if the conditional statement is false. More information on how to use this opcode [[Conditional statement|here]].
 +
 
 +
==Keywords==
 +
if, conditional, statement, jf, jump if false

Revision as of 18:58, 20 January 2009

{{{games}}}


Description
Used in IF statement
Syntax
{{{syntax1}}}
Parameter

This is used to jump to a different label if the conditional statement is false. More information on how to use this opcode here.

Keywords

if, conditional, statement, jf, jump if false