deleteVehicleCrew: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <dd class="notedate">" to " <dt><dt> <dd class="notedate">")
m (Text replacement - "<!-- Note Section [A-Z]+ --> " to "")
Line 30: Line 30:


<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<dt><dt>
<dt><dt>
<dd class="notedate">Posted on August 31, 2014 - 10:15 (UTC)</dd>
<dd class="notedate">Posted on August 31, 2014 - 10:15 (UTC)</dd>
Line 39: Line 38:
</dd>
</dd>


<!-- Note Section END -->
</dl>
</dl>

Revision as of 01:34, 6 April 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
Parameters:
vehicle: Object
unit: Object
Return Value:
Return value needed

Examples

Example 1:
_helicopter deleteVehicleCrew driver _helicopter;
Example 2:
{ _helicopter deleteVehicleCrew _x } forEach crew _helicopter; // deletes all crew

Additional Information

See also:
See also needed

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
Posted on August 31, 2014 - 10:15 (UTC)
Killzone Kid
If you delete the AI pilot with deleteVehicle driver heli the co-pilot will jump out.
If you delete the AI pilot with heli deleteVehicleCrew driver heli the co-pilot will stay.