Difference between revisions of "030E"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''REGISTER_JUMP_DISTANCE''' <hr /> '''Description''' : Saves the highest insane jump distance stat '''Syntax''' : 030E: save_jump_distance [''flt''] ''...")
 
m
 
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}} '''REGISTER_JUMP_DISTANCE'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = REGISTER_JUMP_DISTANCE
: Saves the highest insane jump distance stat
+
| description = Saves the highest insane jump distance stat
'''Syntax'''
+
| syntax1    = 030E: save_jump_distance [''flt'']
: 030E: save_jump_distance [''flt'']
+
| p1t        = [''flt'']
'''Parameter'''
+
| p1d        = Floating-point value
: [''flt'']
+
}}
:: Floating-point value
 
  
This opcode saves the highest value to the "Max. INSANE Jump dist." stat ([[GXT]] string <code>MXCARDM</code> and <code>MXCARD</code> for GTA III, only <code>MXCARDM</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.
+
This opcode saves the highest value to the "Max. INSANE Jump dist." stat ([[GXT]] key <code>MXCARDM</code> and <code>MXCARD</code> for GTA III, only <code>MXCARDM</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, distance, statistics, stat
 
register, save, insane, jump, distance, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 18:59, 9 June 2016

GTA III Vice City REGISTER_JUMP_DISTANCE


Description
Saves the highest insane jump distance stat
Syntax
030E: save_jump_distance [flt]
Parameter
[flt]
Floating-point value

This opcode saves the highest value to the "Max. INSANE Jump dist." stat (GXT key MXCARDM and MXCARD for GTA III, only MXCARDM 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, distance, statistics, stat