Difference between revisions of "00C6"

From GTAMods Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
{{Icon|3}} '''RETURN_FALSE'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}}
'''Description'''
+
| command    = RETURN_FALSE
: Returns a value of false
+
| description = Returns a value of false
'''Syntax'''
+
| syntax1    = 00C6: &nbsp; return_false
: 00C6: &nbsp; return_false
+
| p1t        = ''none''
'''Parameter'''
+
}}
: [''none'']
 
  
 
This conditional opcode always returns false as the result. It was never called in the original script of GTA III. This opcode does not exist in Vice City or San Andreas but opcode [[059A]], which exists in both games, generally has the same behavior as this opcode.
 
This conditional opcode always returns false as the result. It was never called in the original script of GTA III. This opcode does not exist in Vice City or San Andreas but opcode [[059A]], which exists in both games, generally has the same behavior as this opcode.
Line 16: Line 15:
 
== Keywords ==
 
== Keywords ==
 
return, false
 
return, false
 
[[Category:OpCodes]]
 

Latest revision as of 07:07, 7 November 2016

GTA III RETURN_FALSE


Description
Returns a value of false
Syntax
00C6:   return_false
Parameter
none

This conditional opcode always returns false as the result. It was never called in the original script of GTA III. This opcode does not exist in Vice City or San Andreas but opcode 059A, which exists in both games, generally has the same behavior as this opcode.

See also

  • GTA III 00C5, return true
  • Vice City San Andreas 059A, checks if the game is Australian, generally returns false

Keywords

return, false