getFriend: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
m (Text replacement - " +" to " ")
Line 23: Line 23:
|seealso= [[setFriend]], [[BIS_fnc_sideIsFriendly]], [[BIS_fnc_sideIsEnemy]], [[Side relations]]
|seealso= [[setFriend]], [[BIS_fnc_sideIsFriendly]], [[BIS_fnc_sideIsEnemy]], [[Side relations]]
}}
}}


{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 00:09, 11 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Sides

Syntax

Syntax:
Syntax needed
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:
setFriendBIS_fnc_sideIsFriendlyBIS_fnc_sideIsEnemySide 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