doSuppressiveFire: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added suppressFor to See lso)
m (format)
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_soldier doSuppressiveFire [1869.508,5760.962,0.000]
|x1= <code>_soldier [[doSuppressiveFire]] [1869.508,5760.962,0.000]
</pre> |= Example 1
</code> |= Example 1
|x2= <pre>_soldier doSuppressiveFire cursorTarget
|x2= <code>_soldier [[doSuppressiveFire]] [[cursorTarget]]
</pre> |= Example 2
</code> |= Example 2
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 16:17, 19 September 2016

Hover & click on the images for description

Description

Description:
Order the given unit to suppress a given position or target (without radio messages).
Groups:
Uncategorised

Syntax

Syntax:
unitName doSuppressiveFire target
Parameters:
unitName: Object or Array
target: Object or Array (Position)
Return Value:
Nothing

Examples

Example 1:
_soldier doSuppressiveFire [1869.508,5760.962,0.000]
Example 2:
_soldier doSuppressiveFire cursorTarget

Additional Information

See also:
commandSuppressiveFirecommandFiredoFirefireforceWeaponFirefireAtTargetsuppressFor

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