Difference between revisions of "VN ms fnc dgbt squadBoard"
Jump to navigation
Jump to search
vn>Unknown user m (Generated by LM_exportFunctionsToWiki.sqf) |
Lou Montana (talk | contribs) (Page filling) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Function | {{Function | ||
|v= 1.00 | |v= 1.00 | ||
− | | | + | |author= Wyqer, veteran29 |
+ | |||
+ | |a= global | ||
− | |e= | + | |e= global |
|g1= dgbt | |g1= dgbt | ||
− | |d= | + | |d= Let the squad from current DGBT board the helicopter. Uses [[VN_ms_fnc_dgbt_generateTaskId]]. |
− | |||
− | |||
− | + | |s= [taskedGroup, boardingGroup, helicopter, parentTask] call [[VN_ms_fnc_dgbt_squadBoard]] | |
− | |||
− | + | |p1n= taskedGroup | |
− | + | |p1t= group | |
− | + | |p1d= the group to receive the task | |
− | + | |p1v= | |
− | |||
− | + | |p2n= boardingGroup | |
− | + | |p2t= group | |
− | + | |p2d= group to board ''helicopter'' | |
− | + | |p2v= | |
− | |||
− | |||
− | | | ||
− | | | + | |p3n= helicopter |
− | | | + | |p3t= object |
− | | | + | |p3d= the pick-up vehicle |
− | | | + | |p3v= |
− | | | + | |p4n= parentTask |
− | | | + | |p4t= string |
− | | | + | |p4d= if provided, the task will be parent task |
− | | | + | |p4v= "" |
− | |r1t= | + | |r1t= string |
− | |r1d= | + | |r1d= created task id |
− | |x1= <code> | + | |x1= <code>[heliGroup, sogGroup, ch34_1] call [[VN_ms_fnc_dgbt_squadBoard]];</code> |
}} | }} |
Latest revision as of 21:11, 25 February 2021
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Let the squad from current DGBT board the helicopter. Uses VN_ms_fnc_dgbt_generateTaskId.
Syntax
- Syntax
- [taskedGroup, boardingGroup, helicopter, parentTask] call VN_ms_fnc_dgbt_squadBoard
- Parameters
- taskedGroup: Group - the group to receive the task
- boardingGroup: Group - group to board helicopter
- helicopter: Object - the pick-up vehicle
- parentTask: String - (Optional, default
""
) if provided, the task will be parent task - Return value
- String - created task id
Examples
- Example 1
[heliGroup, sogGroup, ch34_1] call VN_ms_fnc_dgbt_squadBoard;