doSuppressiveFire: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (format)
No edit summary
Line 40: Line 40:


[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on October 8, 2016 - 16:19 (UTC)</dd>
<dt class="note">[[User:Fett Li|Fett Li]]</dt>
<dd class="note">
Command expects position as second argument in format ASL in A3 1.64.138497.
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 18:19, 8 October 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

Posted on October 8, 2016 - 16:19 (UTC)
Fett Li
Command expects position as second argument in format ASL in A3 1.64.138497.