Difference between revisions of "030F"
Jump to navigation
Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''REGISTER_JUMP_HEIGHT''' <hr /> '''Description''' : Saves the highest insane jump height stat '''Syntax''' : 030F: save_jump_height [''flt''] '''Param...") |
m |
||
Line 1: | Line 1: | ||
− | {{Icon|3}} {{Icon|VC}} | + | {{OpCode |
− | + | | games = {{Icon|3}} {{Icon|VC}} | |
− | + | | command = REGISTER_JUMP_HEIGHT | |
− | + | | description = Saves the highest insane jump height stat | |
− | + | | syntax1 = 030F: save_jump_height [''flt''] | |
− | + | | p1t = [''flt''] | |
− | + | | p1d = Floating-point value | |
− | + | }} | |
− | |||
− | This opcode saves the highest value to the "Max. INSANE Jump height" stat ([[GXT]] | + | This opcode saves the highest value to the "Max. INSANE Jump height" stat ([[GXT]] key <code>MXCARJM</code> and <code>MXCARJ</code> for GTA III, only <code>MXCARJM</code> for Vice City). The stat will initially start with a value of 0.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. Although the stats menu displays the value with two decimal places, the stats menu will always round the value down to the nearest whole number. |
== Keywords == | == Keywords == | ||
register, save, insane, jump, height, statistics, stat | register, save, insane, jump, height, statistics, stat | ||
− | |||
− |
Latest revision as of 19:01, 9 June 2016
- Description
- Saves the highest insane jump height stat
- Syntax
- 030F: save_jump_height [flt]
- Parameter
- [flt]
- Floating-point value
This opcode saves the highest value to the "Max. INSANE Jump height" stat (GXT key MXCARJM
and MXCARJ
for GTA III, only MXCARJM
for Vice City). The stat will initially start with a value of 0.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. Although the stats menu displays the value with two decimal places, the stats menu will always round the value down to the nearest whole number.
Keywords
register, save, insane, jump, height, statistics, stat