Difference between revisions of "00C5"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} '''RETURN_TRUE''' <hr /> '''Description''' : Returns a value of true '''Syntax''' : 00C5:   return_true '''Parameter''' : [''none''] This conditional opcode...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Icon|3}} '''RETURN_TRUE'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}}
'''Description'''
+
| command    = RETURN_TRUE
: Returns a value of true
+
| description = Returns a value of true
'''Syntax'''
+
| syntax1    = 00C5: &nbsp; return_true
: 00C5: &nbsp; return_true  
+
| p1t        = ''none''
'''Parameter'''
+
}}
: [''none'']
 
  
This conditional opcode always returns true as the result. It was never called in the original script of GTA III.
+
This conditional opcode always returns true 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 [[0485]], which exists in both games, generally has the same behavior as this opcode.
  
 
== See also ==
 
== See also ==
{{Icon|3}} [[00C6]] &ndash; return false
+
* {{Icon|3}} [[00C6]], return false
 +
* {{Icon|VC}} {{Icon|SA}} [[0485]], checks if the game is PC version, generally returns true
  
 
== Keywords ==
 
== Keywords ==
 
return, true
 
return, true
 
[[Category:OpCodes]]
 

Latest revision as of 07:09, 7 November 2016

GTA III RETURN_TRUE


Description
Returns a value of true
Syntax
00C5:   return_true
Parameter
none

This conditional opcode always returns true 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 0485, which exists in both games, generally has the same behavior as this opcode.

See also

  • GTA III 00C6, return false
  • Vice City San Andreas 0485, checks if the game is PC version, generally returns true

Keywords

return, true