From Savage Game Design Wiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation
Jump to search
Description
Server side script for transport call from a player.
Syntax
- Syntax
- [_params, _start_pos, _end_pos, _unit] call VN_fnc_artillery_transport;
- 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.