Difference between revisions of "0544"

From GTAMods Wiki
Jump to navigation Jump to search
m
m
 
Line 1: Line 1:
{{Icon|VC}} '''SET_LONGEST_TIME_IN_BLOOD_RING'''
+
{{OpCode
<hr />
+
| games      = {{Icon|VC}}
'''Description'''
+
| command    = SET_LONGEST_TIME_IN_BLOOD_RING
: Sets the longest time in Bloodring stat
+
| description = Sets the longest time in Bloodring [[List of statistics (VC)|stat]]
'''Syntax'''
+
| syntax1    = 0544: save_longest_time_in_bloodring [''int'']
: 0544: save_longest_time_in_bloodring [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode saves the highest value to the "Longest time in bloodring" [[List of statistics (VC)|stat]] ([[GXT]] string <code>ST_LTBR</code>). The stat will initially start with a value of 0 but it will not be displayed in the stats menu until the value is greater than 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 VC)#Block 19: Stats|block 19 of the save file]].
+
This opcode saves the highest value to the "Longest time in bloodring" stat ([[GXT]] key <code>ST_LTBR</code>). The stat will initially start with a value of 0 but it will not be displayed in the stats menu until the value is greater than 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 VC)#Block 19: Stats|block 19 of the save file]].
  
 
== Keywords ==
 
== Keywords ==
 
register, save, set, longest, bloodring, blood, ring, stadium, event, statistics, stat
 
register, save, set, longest, bloodring, blood, ring, stadium, event, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 01:05, 14 November 2016

Vice City SET_LONGEST_TIME_IN_BLOOD_RING


Description
Sets the longest time in Bloodring stat
Syntax
0544: save_longest_time_in_bloodring [int]
Parameter
[int]
Integer value

This opcode saves the highest value to the "Longest time in bloodring" stat (GXT key ST_LTBR). The stat will initially start with a value of 0 but it will not be displayed in the stats menu until the value is greater than 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 19 of the save file.

Keywords

register, save, set, longest, bloodring, blood, ring, stadium, event, statistics, stat