createVehicleLocal: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(+ category) |
||
Line 38: | Line 38: | ||
[[Category:Scripting Commands OFP Elite |CREATEVEHICLELOCAL]] | [[Category:Scripting Commands OFP Elite |CREATEVEHICLELOCAL]] | ||
[[Category:Scripting Commands ArmA|CREATEVEHICLELOCAL]] | [[Category:Scripting Commands ArmA|CREATEVEHICLELOCAL]] | ||
[[Category:Command_Group:_Object_Manipulation|CREATEVEHICLELOCAL]] |
Revision as of 21:35, 29 April 2007
Description
- Description:
- Creates an empty vehicle of the given type. See CfgVehicles for possible type values. Vehicle is not transferred through network in MP games.
- Groups:
- Uncategorised
Syntax
- Syntax:
- type createVehicleLocal pos
- Parameters:
- type: String
- pos: Array (format Position)
- Return Value:
- Object
Examples
- Example 1:
_tank = "M1Abrams" createVehicleLocal getMarkerPos "tankFactory"
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