doSuppressiveFire: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (typo)
(Added suppressFor to See lso)
Line 26: Line 26:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[commandSuppressiveFire]], [[commandFire]], [[doFire]], [[fire]], [[forceWeaponFire]], [[fireAtTarget]] |= See also
| [[commandSuppressiveFire]], [[commandFire]], [[doFire]], [[fire]], [[forceWeaponFire]], [[fireAtTarget]], [[suppressFor]] |= See also


}}
}}

Revision as of 15:05, 9 June 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