doFire
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.00
Description
- Description:
- Order the given unit(s) to fire on the given target (without radio messages).
If the target is objNull, the unit is ordered to fire on its current target (set with doTarget or commandTarget).
The target can be a unit or a vehicle, but not an object.
Syntax
Examples
- Example 1:
_ESoldier1 doFire _WSoldier1
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- commandFire, fire
Notes
Notes
Notes
- Posted on August 3, 2006 - 14:31
- hardrock
- Notes from before the conversion:
It is often helpful to use doTarget first.
- Posted on March 25, 2007 - 23:17
- Hurricane
-
A unit will not execute this command when his behaviour is set to "careless".

