Difference between revisions of "Vn ms fnc waypoint artillery"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= waypoint |d= <pre>Tells the group to fire artillery barrage on waypoint/position. Path (for scripted WP):...")
 
 
Line 14: Line 14:
 
         vn\missions_f_vietnam\functions\waypoint\fn_waypoint_Artillery.sqf</pre>
 
         vn\missions_f_vietnam\functions\waypoint\fn_waypoint_Artillery.sqf</pre>
  
|s= [] call [[vn_ms_fnc_waypoint_artillery]];
+
|s= [_group,_pos,_owner,_rounds,_magazine,_precision] call [[vn_ms_fnc_waypoint_artillery]];
  
 
|p1n=_group
 
|p1n=_group

Latest revision as of 22:02, 4 May 2022

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29
Argument(s): n/a
Effect(s): unknown

Description

Tells the group to fire artillery barrage on waypoint/position.

    Path (for scripted WP):
        vn\missions_f_vietnam\functions\waypoint\fn_waypoint_Artillery.sqf

Syntax

Syntax
[_group,_pos,_owner,_rounds,_magazine,_precision] call vn_ms_fnc_waypoint_artillery;
Parameters
_group: Group - (Optional, default grpNull) Group to do the barrage
_pos: Array - (Optional, default [0,0,0]) Position to fire at
_owner: Object - (Optional, default objNull) Waypoint owner, optional
_rounds: Number - (Optional, default 5 + random 3) Number of rounds to fire per artillery vehicle in group
_magazine: String - (Optional, default "") Magazine type to fire
_precision: Number - (Optional, default 50) Artillery precision in meters
Return value
Boolean - Script reached the end