1,615
edits
(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 | |parameters = Vec3 position, float heading | ||
|parameter1 = Vec3 position | |parameter1 = Vec3 position Race position. | ||
|parameter2 = float | |parameter2 = float heading Angle in degrees (0 = north). | ||
|usage = | |usage = spawns a random vehicle for a car park generator | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void | ||
}} | }} | ||
edits