commandSuppressiveFire: Difference between revisions

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



Revision as of 16:15, 19 September 2016

Hover & click on the images for description

Description

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

Syntax

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

Examples

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

Additional Information

See also:
doSuppressiveFirecommandFiredoFirefireforceWeaponFirefireAtTarget

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