BIS_fnc_findOverwatch
Jump to navigation
Jump to search
Description
- Description:
- Selects a position that provides overwatch onto another position.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [target, maxDistance, minDistance, minHeightAbove, searchCentre] call BIS_fnc_findOverwatch
- Parameters:
- target: Position - not an object
- maxDistance: Number - (Optional, default 500) maximum distance from target in meters
- minDistance: Position - (Optional, default 100) minimum distance from target in meters
- minHeightAbove: Position - (Optional, default 50) minimum height in relation to target in meters
- searchCentre: Position - (Optional, default target) position to start looking from, if different from target pos
- Return Value:
- Position - target position if no result were found
Examples
- Example 1:
[getPosATL enemyTank, 300, 75, 20, getPosATL player] call BIS_fnc_findOverwatch;
Additional Information
- See also:
- BIS_fnc_findSafePos
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note