Difference between revisions of "VN fnc artillery commando vault"

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>Runs the commando vault function.</pre> |s= [] call VN_fnc_artillery_commando_v...")
 
Line 26: Line 26:
 
|r1d=Function reached the end
 
|r1d=Function reached the end
  
|x1= [[0,0,0]] call vn_fnc_artillery_commando_vault;
+
|x1= [ [0,0,0] ] call vn_fnc_artillery_commando_vault;
 
}}
 
}}

Revision as of 02:07, 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

Runs the commando vault function.

Syntax

Syntax
[] call VN_fnc_artillery_commando_vault;
Parameters
_position: Array - (Optional, default []) Position at which to spawn the bomb
Return value
Boolean - Function reached the end

Examples

Example 1
[ [0,0,0] ] call vn_fnc_artillery_commando_vault;