BIS fnc threat: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[[cC]ategory:[fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "")
(named params)
Line 1: Line 1:
{{RV|type=function
{{RV|type=function


| arma2
|game1= arma2


|1.00
|version1= 1.00
 
|game2= arma2oa
 
|version2= 1.50
 
|game3= tkoh
 
|version3= 1.00
 
|game4= arma3
 
|version4= 1.00


|gr1 = Combat
|gr1 = Combat


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


| [unit] call [[BIS_fnc_threat]]
|s1= [unit] call [[BIS_fnc_threat]]


|p1= unit: [[Object]] - Given unit
|p1= unit: [[Object]] - Given unit


| [[Number]] - Threat level in range from 0 to 3
|r1= [[Number]] - Threat level in range from 0 to 3


|x1= <code>_threatLevel = [<nowiki/>[[player]] ] [[call]] [[BIS_fnc_threat]];</code>
|x1= <code>_threatLevel = [<nowiki/>[[player]]] [[call]] [[BIS_fnc_threat]];</code>


| [[nearTargets]], [[targetsQuery]], [[reveal]], [[side]]
|seealso= [[nearTargets]], [[targetsQuery]], [[reveal]], [[side]]
}}
}}
[[Category:{{Name|arma2}}: Functions|{{uc:threat}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:threat}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:threat}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:threat}}]]

Revision as of 01:06, 8 February 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