commandSuppressiveFire: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(commandSuppressiveFire creation)
 
m (typo)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| unitName '''commandFire''' target |= Syntax
| unitName '''commandSuppressiveFire''' target |= Syntax


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

Revision as of 12:40, 24 May 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