BIS fnc threat: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Misc(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Function|Comments=
{{Function|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 7: Line 6:


|gr1 = Combat |GROUP1=
|gr1 = Combat |GROUP1=
____________________________________________________________________________________________


| Calculates threat values of given unit. |DESCRIPTION=
| Calculates threat values of given unit. |DESCRIPTION=
____________________________________________________________________________________________


| [unit] call [[BIS_fnc_threat]] |SYNTAX=
| [unit] call [[BIS_fnc_threat]] |SYNTAX=
____________________________________________________________________________________________


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


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


|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]] |SEEALSO=

Revision as of 01:04, 17 January 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


Notes

Bottom Section