BIS fnc threat: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\|= " to " ")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...)
Line 1: Line 1:
{{Function|Comments=
{{Function


| arma2 |Game name=
| arma2


|1.00|Game version=
|1.00


|gr1 = Combat |GROUP1=
|gr1 = Combat


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


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


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


| [[Number]] - Threat level in range from 0 to 3|RETURNVALUE=
| [[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]]
}}
}}



Revision as of 00:48, 18 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


Bottom Section