BIS fnc wpArtillery: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Fix arguments) |
m (Text replacement - "|Game version=" to "|Game version= |gr1= Waypoints |GROUP1=") |
||
Line 5: | Line 5: | ||
|1.00|Game version= | |1.00|Game version= | ||
|gr1= Waypoints |GROUP1= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 10:25, 4 October 2020
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: 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:
- doArtilleryFireinRangeOfArtillery
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