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 4: Line 4:
|type = function
|type = function
|name = natives.ADD_NUMBER_OF_ASSASSINATIONS
|name = natives.ADD_NUMBER_OF_ASSASSINATIONS
|parameters = int count
|parameters = int entity
|parameter1 = int count Parameter for this function.
|parameter1 = int entity Entity handle.
|usage = increments the completed assassinations counter
|usage = increments the completed assassinations counter
|return1 = void
|return1 = void
|returnFail1 = void
|returnFail1 = void
}}
}}

Revision as of 17:20, 13 June 2026

natives.ADD_NUMBER_OF_ASSASSINATIONS

Signature: void natives.ADD_NUMBER_OF_ASSASSINATIONS(int entity)

Usage: increments the completed assassinations counter

Parameters

int entity Entity handle.

Return

void

On failure: void