VN_ms_fnc_dgbt_crateDeliver
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Starts the crate transport DGBT delivery phase with given parameters. Uses VN_ms_fnc_dgbt_generateTaskId.
Syntax
- Syntax
- [group, pos, parentTask] call VN_ms_fnc_dgbt_crateDeliver
- Parameters
- group: Group - group that will receive the delivery task
- pos: Array - crate delivery position
- parentTask: String - (Optional, default
""
) if provided, the task will be created as a child to parentTask - Return value
- String - created task ID
Examples
- Example 1
[sogAirTeam, getMarkerPos "SOG_delivery", ""] call VN_ms_fnc_dgbt_crateDeliver;