getFriend: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)\]\]" to "{{GameCategory|arma2|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma2 |Game name= | | arma2 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Sides |GROUP1= | |gr1= Sides |GROUP1= | ||
| Returns if sides are friendly or hostile. For a value smaller than 0.6 it results in being enemy, otherwise it is friendly. See also [[Side relations]].|DESCRIPTION= | | Returns if sides are friendly or hostile. For a value smaller than 0.6 it results in being enemy, otherwise it is friendly. See also [[Side relations]].|DESCRIPTION= | ||
| side1 '''getFriend''' side2 |SYNTAX= | | side1 '''getFriend''' side2 |SYNTAX= | ||
Line 27: | Line 24: | ||
|x2= <code>_isEnemy <nowiki>=</nowiki> [[side]] _killer [[getFriend]] [[side]] _victim < 0.6;</code>|EXAMPLE2= | |x2= <code>_isEnemy <nowiki>=</nowiki> [[side]] _killer [[getFriend]] [[side]] _victim < 0.6;</code>|EXAMPLE2= | ||
| [[setFriend]], [[BIS_fnc_sideIsFriendly]], [[BIS_fnc_sideIsEnemy]], [[Side relations]] |SEEALSO= | | [[setFriend]], [[BIS_fnc_sideIsFriendly]], [[BIS_fnc_sideIsEnemy]], [[Side relations]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 01:14, 17 January 2021
Description
- Description:
- Returns if sides are friendly or hostile. For a value smaller than 0.6 it results in being enemy, otherwise it is friendly. See also Side relations.
- Groups:
- Sides
Syntax
- Syntax:
- side1 getFriend side2
- Parameters:
- side1: Side
- side2: Side
- Return Value:
- Number - Decimal value between 0.0 to 1.0
Examples
- Example 1:
value = west getFriend east;
- Example 2:
_isEnemy = side _killer getFriend side _victim < 0.6;
Additional Information
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