BIS fnc threat: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= " to " ") |
Lou Montana (talk | contribs) 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 | {{Function | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1 = Combat | |gr1 = Combat | ||
| Calculates threat values of given unit. | | Calculates threat values of given unit. | ||
| [unit] call [[BIS_fnc_threat]] | | [unit] call [[BIS_fnc_threat]] | ||
|p1= unit: [[Object]] - Given unit | |p1= unit: [[Object]] - Given unit | ||
| [[Number]] - Threat level in range from 0 to 3 | | [[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]] | | [[nearTargets]], [[targetsQuery]], [[reveal]], [[side]] | ||
}} | }} | ||
Revision as of 23:48, 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