Vn_ms_fnc_dgbt_squadBoard

From Savage Game Design Wiki
Revision as of 00:41, 5 May 2022 by Slow (talk | contribs) (Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= dgbt |d= <pre>Let the squad from current DGBT board the helicopter.</pre> |s= [_grp,_squadGrp,_heli,_parentTask]...")
(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 Wyqer, veteran29
Argument(s): n/a
Effect(s): unknown

Description

Let the squad from current DGBT board the helicopter.

Syntax

Syntax
[_grp,_squadGrp,_heli,_parentTask] call vn_ms_fnc_dgbt_squadBoard;
Parameters
_grp: Group - (Optional, default grpNull) Group to create the task for.
_squadGrp: Group - (Optional, default grpNull) Group of the infantry units which should board the helicopter.
_heli: Object - (Optional, default objNull) Helicopter to board.
_parentTask: String - (Optional, default "") Parent task for creation of the DGBT as child task. (optional)
Return value
String - Created task ID.