deleteVehicleCrew: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(Undo revision 85267 by Skaronator (talk) already in stable)
Line 4: Line 4:
| arma3 |= Game name
| arma3 |= Game name


|1.31|= Game version
|1.29|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 20:29, 12 October 2014

Hover & click on the images for description

Description

Description:
Deletes a member of the crew of a vehicle.
Groups:
Uncategorised

Syntax

Syntax:
vehicle deleteVehicleCrew unit
Parameters:
vehicle: Object
unit: Object
Return Value:
Nothing

Examples

Example 1:
heli deleteVehicleCrew driver heli;

Additional Information

See also:
createVehicleCrewmoveInDrivermoveInGunnermoveInCommandermoveInTurretmoveInCargo

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

Posted on August 31, 2014 - 10:15 (UTC)
Killzone Kid
Not quite sure of the exact use of this command. You can delete AI pilot for example with deleteVehicle driver heli; but co-pilot will then jump out. If you use heli deleteVehicleCrew driver heli; co-pilot stays.