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= []...")
 
 
Line 11: Line 11:
 
|d= <pre>Function which spawns the bombs for the Arc Light artillery mission.</pre>
 
|d= <pre>Function which spawns the bombs for the Arc Light artillery mission.</pre>
  
|s= [] call [[VN_fnc_artillery_arc_light]];
+
|s= [_start_pos,_unit,_end_pos] call [[VN_fnc_artillery_arc_light]];
  
 
|p1n=_start_pos
 
|p1n=_start_pos

Latest revision as of 02:26, 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
[_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;