commandSuppressiveFire: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 98189 by killzone_kid on 2016-12-14T09:08:21Z)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Order the given unit to suppress a given position or target (via the radio). |= Description
| Order the given unit to suppress a given position or target (via the radio). |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| unitName '''commandSuppressiveFire''' target |= Syntax
| unitName '''commandSuppressiveFire''' target |SYNTAX=


|p1= unitName: [[Object]] or [[Array]] |= Parameter 1
|p1= unitName: [[Object]] or [[Array]] |PARAMETER1=


|p2= target: [[Object]] or [[Array]] ([[Position]]) |= Parameter 2
|p2= target: [[Object]] or [[Array]] ([[Position]]) |PARAMETER2=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_soldier [[commandSuppressiveFire]] [1869.508,5760.962,0.000]
|x1= <code>_soldier [[commandSuppressiveFire]] [1869.508,5760.962,0.000]
</code> |= Example 1
</code> |EXAMPLE1=
|x2= <code>_soldier [[commandSuppressiveFire]] [[cursorTarget]]
|x2= <code>_soldier [[commandSuppressiveFire]] [[cursorTarget]]
</code> |= Example 2
</code> |EXAMPLE2=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[fire]], [[doFire]], [[commandFire]], [[canFire]], [[fireAtTarget]], [[forceWeaponFire]], [[commandArtilleryFire]], [[doArtilleryFire]], [[doSuppressiveFire]], [[isManualFire]]|= See also
| [[fire]], [[doFire]], [[commandFire]], [[canFire]], [[fireAtTarget]], [[forceWeaponFire]], [[commandArtilleryFire]], [[doArtilleryFire]], [[doSuppressiveFire]], [[isManualFire]]|SEEALSO=


}}
}}

Revision as of 15:35, 7 April 2019

Hover & click on the images for description

Description

Description:
Order the given unit to suppress a given position or target (via the radio).
Groups:
Uncategorised

Syntax

Syntax:
unitName commandSuppressiveFire target
Parameters:
unitName: Object or Array
target: Object or Array (Position)
Return Value:
Nothing

Examples

Example 1:
_soldier commandSuppressiveFire [1869.508,5760.962,0.000]
Example 2:
_soldier commandSuppressiveFire cursorTarget

Additional Information

See also:
firedoFirecommandFirecanFirefireAtTargetforceWeaponFirecommandArtilleryFiredoArtilleryFiredoSuppressiveFireisManualFire

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.