Difference between revisions of "Vn ms fnc dgbt squadStart"
Jump to navigation
Jump to search
(Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= dgbt |d= <pre>Starts the squad transport DGBT pickup phase with given parameters.</pre> |s= [_grp,_pos,_parentTa...") |
(No difference)
|
Latest revision as of 00:39, 5 May 2022
| ← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Starts the squad transport DGBT pickup phase with given parameters.
Syntax
- Syntax
- [_grp,_pos,_parentTask,_squad] call vn_ms_fnc_dgbt_squadStart;
- Parameters
- _grp: Group - (Optional, default
grpNull) Group to create the task for. - _pos: Array - (Optional, default
[0, 0, 0]) Position to spawn the squad to transport. - _parentTask: String - (Optional, default
"") Parent task for creation of the DGBT as child task. (optional) - _squad: Array - (Optional, default
[]) Classnames of the squad units which should be transported. (optional) - Return value
- Array - Group, all squad units and task ID as array on success or empty array.