Difference between revisions of "Vn ms fnc aiHeliTransport"
Jump to navigation
Jump to search
(Created page with "{{Function |v= 1.00 |author=Wyqer, veteran29 |a= |e= |g1= general |d= |s= [] call vn_ms_fnc_aiHeliTransport; |p1n=_group |p1t=GROUP |p1d= |p1v=grpNull |p2n=_vehicl...") |
(No difference)
|
Revision as of 00:31, 5 May 2022
| ← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Syntax
- Syntax
- [] call vn_ms_fnc_aiHeliTransport;
- Parameters
- _group: Group - (Optional, default
grpNull) - _vehicle: Object - (Optional, default
objNull) - _route: Array - (Optional, default
[]) - _lz: String - (Optional, default
nil) - _goCondition: Code - (Optional, default
{sleep 30; true}) - _unlock - Should heli pilot/co-pilot be unlocked after AI is done with transport
- Return value
- Boolean - Insertion completed.
Examples
- Example 1
- [myGroup, myVehicle, ["marker1", "marker2"], myHelipad, {true}] call vn_ms_fnc_aiHeliTransport;