doSuppressiveFire: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (see also) |
m (template:command argument fix) |
||
Line 8: | Line 8: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Order the given unit to suppress a given position or target (without radio messages). |= | | Order the given unit to suppress a given position or target (without radio messages). |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| unitName '''doSuppressiveFire''' target |= | | unitName '''doSuppressiveFire''' target |SYNTAX= | ||
|p1= unitName: [[Object]] or [[Array]] |= | |p1= unitName: [[Object]] or [[Array]] |PARAMETER1= | ||
|p2= target: [[Object]] or [[Array]] ([[Position]]) |= | |p2= target: [[Object]] or [[Array]] ([[Position]]) |PARAMETER2= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_soldier [[doSuppressiveFire]] [1869.508,5760.962,0.000] | |x1= <code>_soldier [[doSuppressiveFire]] [1869.508,5760.962,0.000] | ||
</code> |= | </code> |EXAMPLE1= | ||
|x2= <code>_soldier [[doSuppressiveFire]] [[cursorTarget]] | |x2= <code>_soldier [[doSuppressiveFire]] [[cursorTarget]] | ||
</code> |= | </code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|[[suppressFor]], [[fire]], [[doFire]], [[commandFire]], [[canFire]], [[fireAtTarget]], [[forceWeaponFire]], [[commandArtilleryFire]], [[commandSuppressiveFire]], [[doArtilleryFire]], [[isManualFire]] |= | |[[suppressFor]], [[fire]], [[doFire]], [[commandFire]], [[canFire]], [[fireAtTarget]], [[forceWeaponFire]], [[commandArtilleryFire]], [[commandSuppressiveFire]], [[doArtilleryFire]], [[isManualFire]] |SEEALSO= | ||
}} | }} |
Revision as of 14:38, 7 April 2019
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:
- suppressForfiredoFirecommandFirecanFirefireAtTargetforceWeaponFirecommandArtilleryFirecommandSuppressiveFiredoArtilleryFireisManualFire
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.