natives.ADD MONEY SPENT ON WEAPONS: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Add ScriptItem documentation from GTA VC SCM decompile)
 
(Add ScriptItem documentation from GTA VC SCM decompile)
Line 5: Line 5:
|name = natives.ADD_MONEY_SPENT_ON_WEAPONS
|name = natives.ADD_MONEY_SPENT_ON_WEAPONS
|parameters = int amount
|parameters = int amount
|parameter1 = int amount Amount to add.
|parameter1 = int amount Amount value.
|usage = Add to the money spent on weapons statistic.
|usage = records money spent on weapons in the game statistics
|return1 = void
|return1 = void
|returnFail1 = void
|returnFail1 = void
}}
}}

Revision as of 11:39, 13 June 2026

natives.ADD_MONEY_SPENT_ON_WEAPONS

Signature: void natives.ADD_MONEY_SPENT_ON_WEAPONS(int amount)

Usage: records money spent on weapons in the game statistics

Parameters

int amount Amount value.

Return

void

On failure: void