natives.SET CHAR PROOFS: Difference between revisions

Add ScriptItem documentation from GTA VC SCM decompile
(Add ScriptItem documentation from GTA VC SCM decompile)
 
(Add ScriptItem documentation from GTA VC SCM decompile)
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|side = client
|games = vc
|games = vc
|type = function
|type = function
|name = natives.SET_CHAR_PROOFS
|name = natives.SET_CHAR_PROOFS
|parameters = int char, int char, int param, int param, int param, int param
|arg1 = int char Character handle.
|parameter1 = int char Character handle to act upon.
|arg2 = int bullet Bullet proof flag (0 or 1).
|parameter2 = int char Character handle to act upon.
|arg3 = int fire Fire proof flag (0 or 1).
|parameter3 = int param Integer parameter.
|arg4 = int explosion Explosion proof flag (0 or 1).
|parameter4 = int param Integer parameter.
|arg5 = int collision Collision proof flag (0 or 1).
|parameter5 = int param Integer parameter.
|arg6 = int melee Melee proof flag (0 or 1).
|parameter6 = int param Integer parameter.
|desc = sets the char proofs
|usage = sets the char proofs
|return1 = void
|return1 = void
|returnFail1 = void
}}
}}
1,615

edits