Difference between revisions of "VN fnc artillery dawn 1"

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>Spawns the illumination rounds for the scripted illumination artillery rounds.</pr...")
 
 
Line 11: Line 11:
 
|d= <pre>Spawns the illumination rounds for the scripted illumination artillery rounds.</pre>
 
|d= <pre>Spawns the illumination rounds for the scripted illumination artillery rounds.</pre>
  
|s= [] call [[VN_fnc_artillery_dawn_1]];
+
|s= [_position] call [[VN_fnc_artillery_dawn_1]];
  
 
|p1n=_position
 
|p1n=_position

Latest revision as of 02:15, 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

Spawns the illumination rounds for the scripted illumination artillery rounds.

Syntax

Syntax
[_position] call VN_fnc_artillery_dawn_1;
Parameters
_position: Array - Position which will be used to determine where the illumination.
Return value
Nothing

Examples

Example 1
[ [0,0,0] ] call vn_fnc_artillery_dawn_1