natives.CREATE CAR GENERATOR: Difference between revisions

Jump to navigation Jump to search
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.CREATE_CAR_GENERATOR
|name = natives.CREATE_CAR_GENERATOR
|parameters = Vec3 position, float model, int color1, int color2, int flag, int param4, int param5, int param6, int param7, int flag
|arg1 = Vec3 position World coordinates (x, y, z).
|parameter1 = Vec3 position World coordinates (x, y, z).
|arg2 = float model Model identifier.
|parameter2 = float model Model identifier.
|arg3 = int color1 Primary color index.
|parameter3 = int color1 Primary color index.
|arg4 = int color2 Secondary color index.
|parameter4 = int color2 Secondary color index.
|arg5 = int flag Flag value (0 or 1).
|parameter5 = int flag Flag value (0 or 1).
|arg6 = int param4 Integer value.
|parameter6 = int param4 Integer value.
|arg7 = int param5 Integer value.
|parameter7 = int param5 Integer value.
|arg8 = int param6 Integer value.
|parameter8 = int param6 Integer value.
|arg9 = int param7 Integer value.
|parameter9 = int param7 Integer value.
|arg10 = int flag Flag value (0 or 1).
|parameter10 = int flag Flag value (0 or 1).
|desc = creates car generator
|usage = creates car generator
|return1 = void
|return1 = void
|returnFail1 = void
}}
}}
1,615

edits

Navigation menu