BIS fnc threat: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(named params)
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
Line 17: Line 17:
|version4= 1.00
|version4= 1.00


|gr1 = Combat
|gr1= Combat


|descr= Calculates threat values of given unit.
|descr= Calculates threat values of given unit.

Revision as of 13:48, 11 April 2021

Hover & click on the images for description

Description

Description:
Calculates threat values of given unit.
Execution:
call
Groups:
Combat

Syntax

Syntax:
[unit] call BIS_fnc_threat
Parameters:
unit: Object - Given unit
Return Value:
Number - Threat level in range from 0 to 3

Examples

Example 1:
_threatLevel = [player] call BIS_fnc_threat;

Additional Information

See also:
nearTargetstargetsQueryrevealside

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