deleteVehicleCrew: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.29|= Game version _________________...") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 41: | Line 41: | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Vehicle_Assignment|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Vehicle_Assignment|{{uc:{{PAGENAME}}}}]] | ||
<!-- CONTINUE Notes --> | |||
<dl class="command_description"> | |||
<dd class="notedate">Posted on August 31, 2014 - 10:15 (UTC)</dd> | |||
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt> | |||
<dd class="note"> | |||
Not quite sure of the exact use of this command. You can delete AI pilot for example with <code>[[deleteVehicle]] [[driver]] heli;</code> but co-pilot will then jump out. If you use <code>heli [[deleteVehicleCrew]] [[driver]] heli;</code> co-pilot stays. | |||
</dd> | |||
</dl> | |||
<!-- DISCONTINUE Notes --> |
Revision as of 11:15, 31 August 2014
Description
- Description:
- Deletes a member of the crew of a vehicle.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
heli deleteVehicleCrew driver heli;
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
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 useheli deleteVehicleCrew driver heli;
co-pilot stays.