natives.ADD NUMBER OF ASSASSINATIONS: 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_NUMBER_OF_ASSASSINATIONS
|name = natives.ADD_NUMBER_OF_ASSASSINATIONS
|parameters = int count
|parameters = int count
|parameter1 = int count Number to add/set.
|parameter1 = int count Parameter for this function.
|usage = Add to the number of assassinations completed.
|usage = increments the completed assassinations counter
|return1 = void
|return1 = void
|returnFail1 = void
|returnFail1 = void
}}
}}

Revision as of 11:39, 13 June 2026

natives.ADD_NUMBER_OF_ASSASSINATIONS

Signature: void natives.ADD_NUMBER_OF_ASSASSINATIONS(int count)

Usage: increments the completed assassinations counter

Parameters

int count Parameter for this function.

Return

void

On failure: void