getFriend: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Text replacement - "Side relations" to "Side Relations") |
||
Line 17: | Line 17: | ||
|gr1= Sides | |gr1= Sides | ||
|descr= 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 | |descr= 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]]. | ||
|s1= side1 [[getFriend]] side2 | |s1= side1 [[getFriend]] side2 | ||
Line 31: | Line 31: | ||
|x2= <sqf>_isEnemy = side _killer getFriend side _victim < 0.6;</sqf> | |x2= <sqf>_isEnemy = side _killer getFriend side _victim < 0.6;</sqf> | ||
|seealso= [[setFriend]] [[BIS_fnc_sideIsFriendly]] [[BIS_fnc_sideIsEnemy]] [[Side | |seealso= [[setFriend]] [[BIS_fnc_sideIsFriendly]] [[BIS_fnc_sideIsEnemy]] [[Side Relations]] | ||
}} | }} |
Revision as of 20:02, 12 June 2023
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:
- Example 2:
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