deleteVehicle: Difference between revisions
Jump to navigation
Jump to search
(Undo revision 83875 by SnowSoldier8791 (talk)hi SnowSoldier8791, unit is included in object, unnecessary for an additional clarification.) |
mNo edit summary |
||
Line 47: | Line 47: | ||
[[Category:Scripting Commands|DELETEVEHICLE]] | [[Category:Scripting Commands|DELETEVEHICLE]] | ||
[[Category:Scripting Commands OFP 1.99|DELETEVEHICLE]] | |||
[[Category:Scripting Commands OFP 1.96|DELETEVEHICLE]] | [[Category:Scripting Commands OFP 1.96|DELETEVEHICLE]] | ||
[[Category:Scripting Commands OFP 1.46|DELETEVEHICLE]] | [[Category:Scripting Commands OFP 1.46|DELETEVEHICLE]] |
Revision as of 10:05, 25 September 2014
Description
- Description:
- Deletes an object.
Only units inserted in the mission editor and units created during the game's progress can be deleted by this command. Island objects and player units cannot be removed.
Deleting a vehicle, which is still being accessed by a running script, can result in a CTD. - Multiplayer:
- A deleted player unit will stay visible until that player has disconnected.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
deleteVehicle _house1;
- Example 2:
{ _x action ["Eject", car]; } forEach crew car; deleteVehicle car;
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.34
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Unit Control
- Command Group: Object Manipulation