EnhancedAIConvoy
Jump to navigation
Jump to search
Description
- Description:
Enhances AI pathing and convoy behaviour
- Execution:
call
- Groups:
Utilities: Eric's Mission Framework
Syntax
- Syntax:
[group, speed, dispersion, pushThrough] call emf_utilities_fnc_enhancedAIConvoy
- Parameters:
Group: Group - AI Group to affect.
Speed: Number - Convoy speed in km/h. [Default: 50]
Dispersion: Number - Distance between vehicles in meters. [Default: 50]
PushThrough: Boolean - Defines if convoy should push through contact. [Default: true]
- Return Value:
None
Examples
- Example 1:
[myGroup, 60, 20, true] call emf_utilities_fnc_enhancedAIConvoy;
- Example 2:
[myGroup, 30, 25, false] call emf_utilities_fnc_enhancedAIConvoy;
Additional Information
- See also:
Notes