Difference between revisions of "VN fnc artillery server check"
From Savage Game Design Wiki
Jump to navigation
Jump to search
Latest revision as of 21:59, 26 April 2022
Description
Server side check for the artillery request, makes sure the request isn't in a safezone or near a respawn point.
Syntax
- Syntax
- [_params,_start_pos,_end_pos,_unit] call VN_fnc_artillery_server_check;
- 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.