commandFire: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Reverted to revision 98184 by killzone_kid on 2016-12-14T09:03:46Z) |
m (template:command argument fix) |
||
Line 12: | Line 12: | ||
| Order the given unit to fire on the given target (via the radio). | | 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]]). |= | If the target is [[objNull]], the unit is ordered to fire on its current target (set with [[doTarget]] or [[commandTarget]]). |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| unitName '''commandFire''' target |= | | unitName '''commandFire''' target |SYNTAX= | ||
|p1= unitName: [[Object]] or [[Array]] |= | |p1= unitName: [[Object]] or [[Array]] |PARAMETER1= | ||
|p2= target: [[Object]] |= | |p2= target: [[Object]] |PARAMETER2= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <pre>_ESoldier1 commandFire _WSoldier1</pre> |= | |x1= <pre>_ESoldier1 commandFire _WSoldier1</pre> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[fire]], [[doFire]], [[canFire]], [[fireAtTarget]], [[forceWeaponFire]], [[commandArtilleryFire]], [[commandSuppressiveFire]], [[doArtilleryFire]], [[doSuppressiveFire]], [[isManualFire]] |= | | [[fire]], [[doFire]], [[canFire]], [[fireAtTarget]], [[forceWeaponFire]], [[commandArtilleryFire]], [[commandSuppressiveFire]], [[doArtilleryFire]], [[doSuppressiveFire]], [[isManualFire]] |SEEALSO= | ||
}} | }} |
Revision as of 14:35, 7 April 2019
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:
- Uncategorised
Syntax
- Syntax:
- unitName commandFire target
- Parameters:
- unitName: Object or Array
- target: Object
- Return Value:
- Nothing
Examples
- Example 1:
_ESoldier1 commandFire _WSoldier1
Additional Information
- See also:
- firedoFirecanFirefireAtTargetforceWeaponFirecommandArtilleryFirecommandSuppressiveFiredoArtilleryFiredoSuppressiveFireisManualFire
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.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Groups
- Command Group: Unit Control
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters