Difference between revisions of "0311"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
− | {{Icon|3}} {{Icon|VC}} | + | {{OpCode |
− | + | | games = {{Icon|3}} {{Icon|VC}} | |
− | + | | command = REGISTER_JUMP_SPINS | |
− | + | | description = Saves the highest insane jump rotation stat | |
− | + | | syntax1 = 0311: save_jump_rotation [''int''] | |
− | + | | p1t = [''int''] | |
− | + | | p1d = Integer value | |
− | + | }} | |
− | |||
− | This opcode saves the highest value to the "Max. INSANE Jump rotation" stat ([[GXT]] | + | This opcode saves the highest value to the "Max. INSANE Jump rotation" stat ([[GXT]] key <code>MXJUMP</code>). The stat initially starts with a value of 0. Any value higher than the saved value will update the saved value with the new value; lower values have no effect on the stat. 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, insane, jump, rotation, spin, statistics, stat | register, save, insane, jump, rotation, spin, statistics, stat | ||
− | |||
− |
Latest revision as of 00:04, 28 November 2016
- Description
- Saves the highest insane jump rotation stat
- Syntax
- 0311: save_jump_rotation [int]
- Parameter
- [int]
- Integer value
This opcode saves the highest value to the "Max. INSANE Jump rotation" stat (GXT key MXJUMP
). The stat initially starts with a value of 0. Any value higher than the saved value will update the saved value with the new value; lower values have no effect on the stat. 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, insane, jump, rotation, spin, statistics, stat