deleteVehicle
From Bohemia Interactive Community
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.34
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.
Syntax
Examples
- Example 1:
deleteVehicle _house1
Additional Information
- Multiplayer:
- A deleted player unit will stay visible until that player has disconnected.
- See also:
- createUnit, createUnit array, createVehicle array, createVehicleLocal, createVehicle
Notes
Notes