BIS fnc wpArtillery: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>")
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Waypoints


|1.00|= Game version
|descr= Let group members fire artillery barrage on waypoint position. Units must have magazine type.
____________________________________________________________________________________________


| <pre>/*
|s1= [group, position, target, firedRounds, type] call [[BIS_fnc_wpArtillery]]


Description:
|p1= group: [[Group]]
Let group members fire artillery barrage on waypoint position


Parameters:
|p2= position: [[Array]] format [[Position]]
0: GROUP
1: ARRAY - waypoint position
2: OBJECT - target to which waypoint is attached to
3 (Optional): NUMBER - number of fired rounds
4 (Optional): STRING - magazine type


Returns:
|p3= target: [[Object]] - (Optional, default [[objNull]]) '''''unused parameter'''''
BOOL
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p4= firedRounds: [[Number]] - (Optional, default 100) number of fired rounds
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_wpArtillery]]; --> |= Syntax
|p5= type: [[String]] - (Optional, default "") magazine type to be used. If empty, first found magazine will be used


|p1= |= Parameter 1
|r1= [[Boolean]] - [[true]] when done


| |= Return value
|x1= <sqf>[group player, getMarkerPos "artilleryStrike", objNull, 30, "8Rnd_82mm_Mo_shells"] call BIS_fnc_wpArtillery;</sqf>
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[doArtilleryFire]] [[inRangeOfArtillery]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Waypoints|{{uc:wpArtillery}}]]
[[Category:Functions|{{uc:wpArtillery}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:wpArtillery}}]]

Latest revision as of 18:00, 13 July 2022

Hover & click on the images for description

Description

Description:
Let group members fire artillery barrage on waypoint position. Units must have magazine type.
Execution:
call
Groups:
Waypoints

Syntax

Syntax:
[group, position, target, firedRounds, type] call BIS_fnc_wpArtillery
Parameters:
group: Group
position: Array format Position
target: Object - (Optional, default objNull) unused parameter
firedRounds: Number - (Optional, default 100) number of fired rounds
type: String - (Optional, default "") magazine type to be used. If empty, first found magazine will be used
Return Value:
Boolean - true when done

Examples

Example 1:
[group player, getMarkerPos "artilleryStrike", objNull, 30, "8Rnd_82mm_Mo_shells"] call BIS_fnc_wpArtillery;

Additional Information

See also:
doArtilleryFire inRangeOfArtillery

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