createVehicleLocal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (see also)
Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[createUnit]], [[createUnit array]], [[createVehicle array]], [[createVehicle]], [[deleteVehicle]] |= See also


}}
}}

Revision as of 14:35, 13 August 2006

-wrong parameter ("Arma") defined!-2.56
Hover & click on the images for description

Description

Description:
Creates an empty vehicle of the given type. Pos is in format Position. 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
Return Value:
Object

Examples

Example 1:
_tank = "M1Abrams" createVehicleLocal [[getMarkerPos]] "tankFactory"

Additional Information

See also:
createUnitcreateUnit arraycreateVehicle arraycreateVehicledeleteVehicle

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

Notes

Bottom Section