natives.CREATE RANDOM CAR FOR CAR PARK: 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 4: Line 4:
|type = function
|type = function
|name = natives.CREATE_RANDOM_CAR_FOR_CAR_PARK
|name = natives.CREATE_RANDOM_CAR_FOR_CAR_PARK
|parameters = Vec3 position, float angle
|parameters = Vec3 position, float heading
|parameter1 = Vec3 position World position (Vector3).
|parameter1 = Vec3 position Race position.
|parameter2 = float angle Angle in degrees.
|parameter2 = float heading Angle in degrees (0 = north).
|usage = Create a random car for a car park.
|usage = spawns a random vehicle for a car park generator
|return1 = void
|return1 = void
|returnFail1 = void
|returnFail1 = void
}}
}}
1,107

edits