getFriend

From Bohemia Interactive Community
Revision as of 15:01, 8 November 2023 by Lou Montana (talk | contribs) (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *D([a-z])" to "$1 - d$2")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

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

See also:
setFriend BIS_fnc_sideIsFriendly BIS_fnc_sideIsEnemy Side Relations

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