UnitInvestigate

From cluster wiki
Jump to navigation Jump to search
Description
Description:

Have enemy units within x range investigate shots. It must be run locally (eg. from initPlayerLocal.sqf).

Execution:

call

Groups:

Gameplay: Eric's Mission Framework

Syntax
Syntax:

[investigateRadius, waypointRadius] call emf_gameplay_fnc_unitInvestigate

Parameters:

investigateRadius: Number - Max range in meters AI will go and investigate shots. [Default: 300]

waypointRadius: Number - Radius in meters to place waypoint around player [Default: 15]

Return Value:

None

Examples
Example 1:
call emf_gameplay_fnc_unitInvestigate;
Example 2:
[150, 30] call emf_gameplay_fnc_unitInvestigate;
Additional Information
See also:


Notes