VN_fnc_artillery_arc_light

From Savage Game Design Wiki
Jump to navigation Jump to search
← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Ethan Johnson
Argument(s): n/a
Effect(s): unknown

Description

Function which spawns the bombs for the Arc Light artillery mission.

Syntax

Syntax
[_start_pos,_unit,_end_pos] call VN_fnc_artillery_arc_light;
Parameters
_start_pos: Array - Position at which the bombing run should start
_unit: Object - Unit which called in the run
_end_pos: Array - Position at which the bombing run should end
Return value
Boolean - Function reached the end

Examples

Example 1
[ [0,0,0],player,[100,100,0] ] call vn_fnc_artillery_arc_light;