VN_fnc_artillery_commando_vault

From Savage Game Design Wiki
Revision as of 02:15, 5 May 2022 by Slow (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Runs the commando vault function.

Syntax

Syntax
[_position] 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;