createVehicle: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands| | [[Category:Scripting Commands|CREATEVEHICLE]] | ||
[[Category:Scripting Commands OFP 1.97| | [[Category:Scripting Commands OFP 1.97|CREATEVEHICLE]] | ||
[[Category:Scripting Commands OFP 1.46| | [[Category:Scripting Commands OFP 1.46|CREATEVEHICLE]] | ||
[[Category:Scripting Commands ArmA| | [[Category:Scripting Commands ArmA|CREATEVEHICLE]] | ||
Revision as of 13:46, 4 May 2006
type createVehicle pos
Operand types:
type: String
pos: Array
Type of returned value:
Compatibility:
Added in version 1.34
Description:
Create empty vehicle of given type.
Pos is in format Position.
See CfgVehicles for possible type values.
Example:
_tank = "M1Abrams" createVehicle getMarkerPos "tankFactory"