deleteVehicle: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<br><br> {{Feature" to "{{Feature") |
Lou Montana (talk | contribs) m (Text replacement - " " to " ") |
||
Line 19: | Line 19: | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[[deleteVehicle]] _house1;</code> | |x1= <code>[[deleteVehicle]] _house1;</code> | ||
|x2= Deleting a vehicle with crew: <code>// might want to make sure that the car is local | |x2= Deleting a vehicle with crew: <code>// might want to make sure that the car is local |
Revision as of 20:04, 10 June 2021
Description
- Description:
- Description needed
- Groups:
- Object Manipulation
Syntax
- Syntax:
- Syntax needed
- Parameters:
- object: Object
- Return Value:
- Return value needed
Examples
- Example 1:
deleteVehicle _house1;
- Example 2:
- Deleting a vehicle with crew:
// might want to make sure that the car is local {car deleteVehicleCrew _x} forEach crew car; deleteVehicle car;
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