Difference between revisions of "0314"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|3}} {{Icon|VC}} '''SET_UNIQUE_JUMPS_TOTAL''' <hr /> '''Description''' : Sets the total number of unique stunt jumps stat '''Syntax''' : 0314: set_total_unique_jumps_to...")
 
m
Line 1: Line 1:
{{Icon|3}} {{Icon|VC}} '''SET_UNIQUE_JUMPS_TOTAL'''
+
{{OpCode
<hr />
+
| games      = {{Icon|3}} {{Icon|VC}}
'''Description'''
+
| command    = SET_UNIQUE_JUMPS_TOTAL
: Sets the total number of unique stunt jumps stat
+
| description = Sets the total number of unique stunt jumps stat
'''Syntax'''
+
| syntax1    = 0314: set_total_unique_jumps_to [''int'']
: 0314: set_total_unique_jumps_to [''int'']
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode sets the right value of the "Unique Jumps completed" stat ([[GXT]] string <code>NOUNIF</code>) and different values for the stat can be set at anytime. It is independent of opcode [[0313]]. The stat will initially start with a value of 0. 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.
+
This opcode sets the right value of the "Unique Jumps completed" stat ([[GXT]] key <code>NOUNIF</code>) and different values for the stat can be set at anytime. It is independent of opcode [[0313]], which sets the left value. The stat initially starts with a value of 0. 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, unique, jump, total, statistics, stat
 
register, save, unique, jump, total, statistics, stat
 
[[Category:OpCodes]]
 

Revision as of 23:56, 27 November 2016

GTA III Vice City SET_UNIQUE_JUMPS_TOTAL


Description
Sets the total number of unique stunt jumps stat
Syntax
0314: set_total_unique_jumps_to [int]
Parameter
[int]
Integer value

This opcode sets the right value of the "Unique Jumps completed" stat (GXT key NOUNIF) and different values for the stat can be set at anytime. It is independent of opcode 0313, which sets the left value. The stat initially starts with a value of 0. 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, unique, jump, total, statistics, stat