Vn_ms_fnc_waypoint_artillery

From Savage Game Design Wiki
Revision as of 22:02, 4 May 2022 by Slow (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
← 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