VN_fnc_artillery_resupply

From Savage Game Design Wiki
Revision as of 22:05, 26 April 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Ethan Johnson |a= |e= |g1= artillery_functions |d= <pre>Server side script for resupply call from a player.</pre> |s= [_params, _start_pos, _e...")
(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

Server side script for resupply call from a player.

Syntax

Syntax
[_params, _start_pos, _end_pos, _unit] call VN_fnc_artillery_resupply;
Parameters
_params: Array - Combo box index array.
_start_pos: Array - Starting position.
_end_pos: Array - Ending position.
_unit: Object - The unit calling in the request.
Return value
Boolean - Function reached the end.