commandFire: Difference between revisions

From Bohemia Interactive Community
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]]). |= Description
If the target is [[objNull]], the unit is ordered to fire on its current target (set with [[doTarget]] or [[commandTarget]]). |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| unitName '''commandFire''' target |= Syntax
| unitName '''commandFire''' target |SYNTAX=


|p1= unitName: [[Object]] or [[Array]] |= Parameter 1
|p1= unitName: [[Object]] or [[Array]] |PARAMETER1=


|p2= target: [[Object]] |= Parameter 2
|p2= target: [[Object]] |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_ESoldier1 commandFire _WSoldier1</pre> |= Example 1
|x1= <pre>_ESoldier1 commandFire _WSoldier1</pre> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[fire]], [[doFire]], [[canFire]], [[fireAtTarget]], [[forceWeaponFire]], [[commandArtilleryFire]], [[commandSuppressiveFire]], [[doArtilleryFire]], [[doSuppressiveFire]], [[isManualFire]] |= See also
| [[fire]], [[doFire]], [[canFire]], [[fireAtTarget]], [[forceWeaponFire]], [[commandArtilleryFire]], [[commandSuppressiveFire]], [[doArtilleryFire]], [[doSuppressiveFire]], [[isManualFire]] |SEEALSO=


}}
}}

Revision as of 15:35, 7 April 2019

Hover & click on the images for description

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