createVehicle array: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
| [[Object]]<nowiki>=</nowiki> '''createVehicle''' [type, position, markers, placement, special] |= Syntax | | [[Object]]<nowiki>=</nowiki> '''createVehicle''' [type, position, markers, placement, special] |= Syntax | ||
|p1= type: [[ | |p1= [type, position, markers, placement, special]: [[Array]] |= Parameter 1 | ||
|p2= | |p2= type: [[String]] |= Parameter 2 | ||
|p3= position: [[Position]] |= Parameter 3 | |p3= position: [[Position]] |= Parameter 3 |
Revision as of 18:45, 21 January 2009
Description
- Description:
- Creates a vehicle of the given type (type is the name of the subclass in CfgVehicles). If the markers array contains several marker names, the position of a random one is used. Otherwise, the given position is used. The vehicle is placed inside a circle with this position as center and placement as its radius. Special properties can be: "NONE", "FLY" and "FORM".
- Groups:
- Uncategorised
Syntax
- Syntax:
- Object= createVehicle [type, position, markers, placement, special]
- Parameters:
- [type, position, markers, placement, special]: Array
- type: String
- position: Position
- markers: Array
- placement: Number
- special: String
- Return Value:
- Object
Examples
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note