Vn_ms_fnc_dgbt_crateStart
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Starts the crate transport DGBT pickup phase with given parameters.
Syntax
- Syntax
- [_grp,_pos,_parentTask,_box] call vn_ms_fnc_dgbt_crateStart;
- Parameters
- _grp: Group - (Optional, default
grpNull
) Group to create the task for. - _pos: Array - (Optional, default
[0, 0, 0]
) Position to spawn the crate to transport. - _parentTask: String - (Optional, default
""
) Parent task for creation of the DGBT as child task. (optional) - _box: String - (Optional, default
"vn_b_ammobox_supply_05"
) Classname of the box which should be transported. (optional) - Return value
- Array - Crate object and task as array on success or empty array.