createVehicle: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Category:Scripting Commands|CREATEVEHICLE]] | [[Category:Scripting Commands|CREATEVEHICLE]] | ||
[[Category:Scripting Commands OFP 1. | [[Category:Scripting Commands OFP 1.96|CREATEVEHICLE]] | ||
[[Category:Scripting Commands OFP 1.46|CREATEVEHICLE]] | [[Category:Scripting Commands OFP 1.46|CREATEVEHICLE]] | ||
[[Category:Scripting Commands ArmA|CREATEVEHICLE]] | [[Category:Scripting Commands ArmA|CREATEVEHICLE]] |
Revision as of 20:08, 1 June 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"