suppressFor: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Some wiki formatting)
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.05


|1.05|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Force [[Suppressive Fire|suppressive fire]] from the unit. |DESCRIPTION=
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| unit '''suppressFor''' duration |SYNTAX=
|game4= arma3
|version4= 0.50


|p1= unit: [[Object]] |PARAMETER1=
|gr1= Unit Control
|p2= duration: [[Number]] |PARAMETER2=


| [[Nothing]] |RETURNVALUE=
|descr= Force [[Suppressive Fire|suppressive fire]] from the unit.
____________________________________________________________________________________________
|x1 = <code> _soldier1 '''suppressFor''' 10 </code>
Will force soldier1 to do suppressive fire to known enemies during 10 seconds


| [[setSuppression]], [[getSuppression]] |SEEALSO=
|s1= unit [[suppressFor]] duration


}}
|p1= unit: [[Object]]
 
|p2= duration: [[Number]]
 
|r1= [[Nothing]]


<h3 style="display:none">Notes</h3>
|x1= <sqf>_soldier1 suppressFor 10; // Will force soldier1 to do suppressive fire to known enemies for 10 seconds</sqf>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[setSuppression]] [[getSuppression]] [[commandSuppressiveFire]] [[doSuppressiveFire]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Unit Control|{{uc:{{PAGENAME}}}}]]

Latest revision as of 17:31, 13 May 2022

Hover & click on the images for description

Description

Description:
Force suppressive fire from the unit.
Groups:
Unit Control

Syntax

Syntax:
unit suppressFor duration
Parameters:
unit: Object
duration: Number
Return Value:
Nothing

Examples

Example 1:
_soldier1 suppressFor 10; // Will force soldier1 to do suppressive fire to known enemies for 10 seconds

Additional Information

See also:
setSuppression getSuppression commandSuppressiveFire doSuppressiveFire

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