commandFire
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 to fire on the given target (via the radio). If the target is objNull, the unit is ordered to fire on its current target (set with doTarget or commandTarget).
Syntax
- Syntax:
- Units(s)commandFire target
- Parameters:
- Units(s): Unit or Units
- target: Object
- Return Value:
- Nothing
Examples
- Example 1:
_ESoldier1 commandFire _WSoldier1

