commandFire: Difference between revisions
Jump to navigation
Jump to search
BrettMayson (talk | contribs) mNo edit summary |
BrettMayson (talk | contribs) mNo edit summary |
||
Line 35: | Line 35: | ||
|p1= unit: [[Object]] of type [[Object|Unit]] or [[Array]] of [[Object|Unit]]s | |p1= unit: [[Object]] of type [[Object|Unit]] or [[Array]] of [[Object|Unit]]s | ||
|p2= target: [[Object]] | |p2= target: [[Object]] of type [[Object|Unit]] | ||
|r1= [[Nothing]] | |r1= [[Nothing]] |
Revision as of 10:27, 16 June 2024
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).
- Groups:
- Unit Control
Syntax
- Syntax:
- unit commandFire target
- Parameters:
- unit: Object of type Unit or Array of Units
- target: Object of type Unit
- Return Value:
- Nothing
Examples
- Example 1:
- _ESoldier1 commandFire _WSoldier1;
Additional Information
- See also:
- fire doFire canFire fireAtTarget forceWeaponFire commandArtilleryFire commandSuppressiveFire doArtilleryFire doSuppressiveFire isManualFire
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Unit Control
- Scripting Commands: Local Effect