BIS fnc wpArtillery: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects(...) |
Lou Montana (talk | contribs) m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>") |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
|game1= arma3 | |||
|version1= 1.00 | |||
|gr1= Waypoints | |||
|descr= Let group members fire artillery barrage on waypoint position. Units must have magazine type. | |||
|s1= [group, position, target, firedRounds, type] call [[BIS_fnc_wpArtillery]] | |||
|p1= group: [[Group]] | |||
|p2= position: [[Array]] format [[Position]] | |||
|p3= target: [[Object]] - (Optional, default [[objNull]]) '''''unused parameter''''' | |||
|p4= firedRounds: [[Number]] - (Optional, default 100) number of fired rounds | |||
|p5= type: [[String]] - (Optional, default "") magazine type to be used. If empty, first found magazine will be used | |||
|r1= [[Boolean]] - [[true]] when done | |||
|x1= <sqf>[group player, getMarkerPos "artilleryStrike", objNull, 30, "8Rnd_82mm_Mo_shells"] call BIS_fnc_wpArtillery;</sqf> | |||
|seealso= [[doArtilleryFire]] [[inRangeOfArtillery]] | |||
}} | }} | ||
Latest revision as of 17:00, 13 July 2022
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