Difference between revisions of "0313"
Jump to navigation
Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''REGISTER_UNIQUE_JUMP_FOUND''' <hr /> '''Description''' : Increments the completed number of unique stunt jumps stat '''Syntax''' : 0313: increment_un...") |
m |
||
Line 1: | Line 1: | ||
− | {{Icon|3}} {{Icon|VC}} | + | {{OpCode |
− | + | | games = {{Icon|3}} {{Icon|VC}} | |
− | + | | command = REGISTER_UNIQUE_JUMP_FOUND | |
− | + | | description = Increments the completed number of unique stunt jumps stat | |
− | + | | syntax1 = 0313: increment_unique_jumps_found | |
− | + | | p1t = ''none'' | |
− | '' | + | }} |
− | |||
− | This opcode increments by 1 to the left value of the "Unique Jumps completed" stat ([[GXT]] | + | This opcode increments by 1 to the left value of the "Unique Jumps completed" stat ([[GXT]] key <code>NOUNIF</code>). It is independent of opcode [[0314]]. The stat will initially start with a value of 0. The value set with this opcode is saved in [[Saves (GTA 3)#Block 17: Stats|block 17 of the save file]] in GTA III and [[Saves (GTA VC)#Block 19: Stats|block 19]] in Vice City. |
== Keywords == | == Keywords == | ||
register, save, unique, jump, complete, found, statistics, stat | register, save, unique, jump, complete, found, statistics, stat | ||
− | |||
− |
Revision as of 19:54, 10 November 2016
- Description
- Increments the completed number of unique stunt jumps stat
- Syntax
- 0313: increment_unique_jumps_found
- Parameter
- none
This opcode increments by 1 to the left value of the "Unique Jumps completed" stat (GXT key NOUNIF
). It is independent of opcode 0314. The stat will initially start with a value of 0. The value set with this opcode is saved in block 17 of the save file in GTA III and block 19 in Vice City.
Keywords
register, save, unique, jump, complete, found, statistics, stat