Difference between revisions of "00C5"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
− | {{Icon|3}} | + | {{OpCode |
− | + | | games = {{Icon|3}} | |
− | + | | command = RETURN_TRUE | |
− | + | | description = Returns a value of true | |
− | + | | syntax1 = 00C5: return_true | |
− | + | | p1t = ''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. | 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. | ||
Line 16: | Line 15: | ||
== Keywords == | == Keywords == | ||
return, true | return, true | ||
− | |||
− |
Latest revision as of 07:09, 7 November 2016
- 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
Keywords
return, true