BIS fnc threat: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Misc(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) 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 00:04, 17 January 2021
Description
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