Difference between revisions of "0582"
Jump to navigation
Jump to search
(Created page with "{{Icon|VC}} '''REGISTER_BEST_POSITION''' <hr /> '''Description''' : Saves the Hotring best result stat '''Syntax''' : 0582: register_hotring_best_result [''int''] '''Parameter...") |
m |
||
Line 1: | Line 1: | ||
− | {{Icon|VC}} | + | {{OpCode |
− | + | | games = {{Icon|VC}} | |
− | + | | command = REGISTER_BEST_POSITION | |
− | + | | description = Saves the Hotring best result [[List of statistics (VC)|stat]] | |
− | + | | syntax1 = 0582: register_hotring_best_result [''int''] | |
− | + | | p1t = [''int''] | |
− | + | | p1d = Integer value | |
− | + | }} | |
− | |||
− | This opcode saves the lowest value to the "Hotring Best Result" | + | This opcode saves the lowest value to the "Hotring Best Result" stat ([[GXT]] key <code>STHC_05</code>). Interestingly, the stat initially starts with a value of 2147483647 (0x7FFFFFFF) and does not appear in the stats menu until its value is not equal to it. Any value lower than the saved value will update the saved value with the new value; higher 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, best, position, result, hotring, hot, ring, stadium, event, statistics, stat | register, save, best, position, result, hotring, hot, ring, stadium, event, statistics, stat | ||
− | |||
− |
Latest revision as of 02:37, 30 November 2016
- Description
- Saves the Hotring best result stat
- Syntax
- 0582: register_hotring_best_result [int]
- Parameter
- [int]
- Integer value
This opcode saves the lowest value to the "Hotring Best Result" stat (GXT key STHC_05
). Interestingly, the stat initially starts with a value of 2147483647 (0x7FFFFFFF) and does not appear in the stats menu until its value is not equal to it. Any value lower than the saved value will update the saved value with the new value; higher 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, best, position, result, hotring, hot, ring, stadium, event, statistics, stat