BIS fnc fireSupport: Difference between revisions
Jump to navigation
Jump to search
m (1 revision imported: BIS Functions update 1/7) |
m (page filling) |
||
Line 1: | Line 1: | ||
{{Function|= Comments | {{Function|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 8: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Mortar/artillery fire support. |= Description | ||
____________________________________________________________________________________________ | |||
| [arty,target,mag,radius,rounds,delay,conditionEnd,safezone] call [[BIS_fnc_fireSupport]] |= Syntax | |||
|p1= ary: [[Object]] - Artillery unit.|= Parameter 1 | |||
|p2= pos: [[Position]] or [[Object]] or [[Marker]] - Target position|= Parameter 2 | |||
|p3= mag: [[String]] - Magazine (if left empy, first magazine available will be used)|= Parameter 3 | |||
|p4= radius: [[Number]] - Radius of target area in meters|= Parameter 4 | |||
|p5= rouds: [[Number]] - Number of rounds to be fired|= Parameter 5 | |||
|p6= delay: [[Array]] or [[Number]] - Delay between rounds. | |||
*[[Array]] | |||
* | **1: min delay | ||
**2: max delay | |||
*[[Number]] - Precise delay|= Parameter 6 | |||
| | |p7= conditionEnd: [[Code]] - Condition to end bombardment before all rounds are fired|= Parameter 7 | ||
| |= | |p8= safezone: [[Number]] - Safezone radius - minimal distance from the target position where shells may be directed at|= Parameter 8 | ||
| | | [[Boolean]] - [[True]] if successful |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| |= | |x1= <code>[BIS_Mortar,[3600,3600,0],"",100,24,10] [[spawn]] [[BIS_fnc_fireSupport]];</code> |= | ||
|x2= <code>[BIS_Mortar,BIS_Player,"8Rnd_82mm_Mo_shells",100,24,10] [[spawn]] [[BIS_fnc_fireSupport]];</code> |= | |||
|x3= <code>[BIS_Mortar,"BIS_mrkTargetArea","8Rnd_82mm_Mo_shells",100,24,10,{BIS_Player distance BIS_EscapeZone < 100}] [[spawn]] [[BIS_fnc_fireSupport]];</code> |= | |||
______________ | |||
| [[BIS_fnc_fireSupportCluster]], [[BIS_fnc_fire]], [[BIS_fnc_fireSupportVirtual]] |= See also | |||
}} | }} | ||
Revision as of 17:18, 27 May 2018
Description
- Description:
- Mortar/artillery fire support.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [arty,target,mag,radius,rounds,delay,conditionEnd,safezone] call BIS_fnc_fireSupport
- Parameters:
- ary: Object - Artillery unit.
- pos: Position or Object or Marker - Target position
- mag: String - Magazine (if left empy, first magazine available will be used)
- radius: Number - Radius of target area in meters
- rouds: 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
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