Difference between revisions of "VN fnc artillery arc light"

From Savage Game Design Wiki
Jump to navigation Jump to search
(Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_ammo_functions |d= <pre>Function which spawns the bombs for the Arc Light artillery mission.</pre> |s= []...")
(No difference)

Revision as of 02:25, 5 May 2022

← 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
[] 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;