BIS_fnc_fireSupport

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Mortar/artillery fire support.
Execution:
call
Groups:
SupportsCombat

Syntax

Syntax:
[arty,target,mag,radius,rounds,delay,conditionEnd,safezone] spawn BIS_fnc_fireSupport
Parameters:
arty: Object - artillery unit.
target: Position or Object or String - target position, can be object/position 3D or marker name
mag: String - magazine (if left empy, first magazine available will be used)
radius: Number - radius of target area in meters
rounds: Number - number of rounds to be fired
delay: Array or Number - delay between rounds:
conditionEnd: Code - condition to end bombardment before all rounds are fired
safezone: Number - safezone radius - minimal distance from the target position where shells may be directed at
Return Value:
Boolean - true if successful

Examples

Example 1:
[BIS_Mortar, [3600,3600,0], "", 100, 24, 10] spawn BIS_fnc_fireSupport;
Example 2:
[BIS_Mortar, BIS_Player, "8Rnd_82mm_Mo_shells", 100, 24, 10] spawn BIS_fnc_fireSupport;
Example 3:
[BIS_Mortar, "BIS_mrkTargetArea", "8Rnd_82mm_Mo_shells", 100, 24, 10, { BIS_Player distance BIS_EscapeZone < 100 }] spawn BIS_fnc_fireSupport;

Additional Information

See also:
BIS_fnc_fireSupportCluster BIS_fnc_fire BIS_fnc_fireSupportVirtual

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