getFriend: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *D([a-z])" to "$1 - d$2")
 
(45 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|1.00|= Game version
|version1= 1.00
|arg= global|= Arguments in MP
____________________________________________________________________________________________


| Returns if sides are friendly or hostile. For a value smaller than 0.6 it results in being enemy, otherwise it's friendly. See also [[Side relations]].|= Description
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| side1 '''getFriend''' side2 |= Syntax
|game3= tkoh
|version3= 1.00


|p1= side1: [[Side]] |= PARAMETER1
|game4= arma3
|version4= 0.50


|p2= side2: [[Side]] |= PARAMETER2
|arg= global


|p3= |= PARAMETER3
|gr1= Sides


| [[Number]] - Decimal value between 0.0 to 1.0 |= RETURNVALUE
|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


|x1= <code>value <nowiki>=</nowiki> [[west]] [[getFriend]] [[east]];</code>|= EXAMPLE1
|p1= side1: [[Side]]


|x2= <code>_isEnemy <nowiki>=</nowiki> [[side]] _killer [[getFriend]] [[side]] _victim < 0.6;</code>|= EXAMPLE2
|p2= side2: [[Side]]


____________________________________________________________________________________________
|r1= [[Number]] - decimal value between 0.0 to 1.0


| [[setFriend]], [[BIS_fnc_sideIsFriendly]], [[BIS_fnc_sideIsEnemy]], [[Side relations]] |= SEEALSO
|x1= <sqf>value = west getFriend east;</sqf>


| |= MPBEHAVIOUR
|x2= <sqf>_isEnemy = side _killer getFriend side _victim < 0.6;</sqf>
____________________________________________________________________________________________
 
|seealso= [[setFriend]] [[BIS_fnc_sideIsFriendly]] [[BIS_fnc_sideIsEnemy]] [[Side Relations]]
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Sides|{{uc:{{PAGENAME}}}}]]

Latest revision as of 15:01, 8 November 2023

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