BIS fnc wpArtillery: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
Lou Montana (talk | contribs) (Page filling) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
____________________________________________________________________________________________ | |||
| arma3 |Game name= | |||
|1.00|Game version= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Let group members fire artillery barrage on waypoint position. Units must have magazine type. |Description= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [group, position'', target, firedRounds'', type] call [[BIS_fnc_wpArtillery]] |Syntax= | ||
|p1= group: [[Group]] |Parameter 1= | |||
|p2= position: [[Position]] |Parameter 2= | |||
|p3= target: [[Anything]] - (Optional, default [[objNull]]) unused parameter |Parameter 3= | |||
| | |p4= firedRounds: [[Number]] - (Optional, default 100) number of fired rounds |Parameter 4= | ||
| | |p5= type: [[String]] - magazine type |Parameter 5= | ||
| | | | [[Boolean]] - [[true]] when done |Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code><nowiki>[</nowiki>[[group]] [[player]], [[getMarkerPos]] "artilleryStrike", [[objNull]], 30, "8Rnd_82mm_Mo_shells"] [[call]] [[BIS_fnc_wpArtillery]];</code> |Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[doArtilleryFire]], [[inRangeOfArtillery]] |See also= | ||
}} | }} | ||
Line 49: | Line 40: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Functions|{{uc:wpArtillery}}]] | |||
[[Category:Function Group: Waypoints|{{uc:wpArtillery}}]] | [[Category:Function Group: Waypoints|{{uc:wpArtillery}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:wpArtillery}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:wpArtillery}}]] |
Revision as of 13:46, 5 June 2018
Description
- Description:
- Let group members fire artillery barrage on waypoint position. Units must have magazine type.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [group, position, target, firedRounds, type] call BIS_fnc_wpArtillery
- Parameters:
- group: Group
- position: Position
- target: Anything - (Optional, default objNull) unused parameter
- firedRounds: Number - (Optional, default 100) number of fired rounds
- type: String - magazine type
- 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