Difference between revisions of "04CF"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|VC}} '''ADD_MONEY_SPENT_ON_CLOTHES''' <hr /> '''Description''' : Adds to the fashion budget stat '''Syntax''' : 04CF: add [''int''] to_money_spent_on_fashion_stats '''P...")
 
m
 
Line 1: Line 1:
{{Icon|VC}} '''ADD_MONEY_SPENT_ON_CLOTHES'''
+
{{OpCode
<hr />
+
| games      = {{Icon|VC}}
'''Description'''
+
| command    = ADD_MONEY_SPENT_ON_CLOTHES
: Adds to the fashion budget stat
+
| description = Adds to the fashion budget [[List of statistics (VC)|stat]]
'''Syntax'''
+
| syntax1    = 04CF: add [''int''] to_money_spent_on_fashion_stats
: 04CF: add [''int''] to_money_spent_on_fashion_stats
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Integer value
: [''int'']
+
}}
:: Integer value
 
  
This opcode adds to the "Fashion Budget" stat ([[GXT]] string <code>ST_FASH</code>). The stat will initially start with a value of 0 and is displayed in the menu as $0.00. The parameter can be any integer value, including negative ones. The value set with this opcode is saved in [[Saves (GTA VC)#Block 19: Stats|block 19 of the save file]].
+
This opcode adds to the "Fashion Budget" stat ([[GXT]] key <code>ST_FASH</code>). The stat initially starts with a value of 0 and its value appears in the stats menu formatted as $0.00. The parameter can be any integer value, including negative ones. 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, money, spent, fashion, clothes, budget, statistics, stat
 
register, save, money, spent, fashion, clothes, budget, statistics, stat
 
[[Category:OpCodes]]
 

Latest revision as of 23:45, 27 November 2016

Vice City ADD_MONEY_SPENT_ON_CLOTHES


Description
Adds to the fashion budget stat
Syntax
04CF: add [int] to_money_spent_on_fashion_stats
Parameter
[int]
Integer value

This opcode adds to the "Fashion Budget" stat (GXT key ST_FASH). The stat initially starts with a value of 0 and its value appears in the stats menu formatted as $0.00. The parameter can be any integer value, including negative ones. The value set with this opcode is saved in block 19 of the save file.

Keywords

register, save, money, spent, fashion, clothes, budget, statistics, stat