suppressFor: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|1.05 | |version1= 1.05 | ||
|game2= arma2oa | |||
|version2= 1.51 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
|version4= 0.50 | |||
|gr1= Unit Control | |gr1= Unit Control | ||
| Force [[Suppressive Fire|suppressive fire]] from the unit. | |descr= Force [[Suppressive Fire|suppressive fire]] from the unit. | ||
| unit '''suppressFor''' duration | |s1= unit '''suppressFor''' duration | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
|p2= duration: [[Number]] | |p2= duration: [[Number]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1 = <code> _soldier1 '''suppressFor''' 10 | |||
Will force soldier1 to do suppressive fire to known enemies | |x1 = <code>_soldier1 '''suppressFor''' 10; {{cc|Will force soldier1 to do suppressive fire to known enemies for 10 seconds}}</code> | ||
|seealso= [[setSuppression]], [[getSuppression]], [[commandSuppressiveFire]], [[doSuppressiveFire]] | |seealso= [[setSuppression]], [[getSuppression]], [[commandSuppressiveFire]], [[doSuppressiveFire]] | ||
}} | }} | ||
Revision as of 08:30, 25 May 2021
Description
- Description:
- Force suppressive fire from the unit.
- Groups:
- Unit Control
Syntax
Examples
- Example 1:
_soldier1 suppressFor 10; // Will force soldier1 to do suppressive fire to known enemies for 10 seconds
Additional Information
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