BIS fnc sideIsFriendly: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
Line 14: Line 14:
|p2= sideB: [[Side]]
|p2= sideB: [[Side]]


| [[Boolean]] - True if side B is friendly to side A.
|r1=[[Boolean]] - True if side B is friendly to side A.


|x1= <code>_isFriendly = [<nowiki/>[[west]], [[east]]] [[call]] [[BIS_fnc_sideIsFriendly]]; //Checks if EAST is friendly to WEST. </code>
|x1= <code>_isFriendly = [<nowiki/>[[west]], [[east]]] [[call]] [[BIS_fnc_sideIsFriendly]]; //Checks if EAST is friendly to WEST. </code>

Revision as of 21:36, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Sides

Syntax

Syntax:
Syntax needed
Parameters:
sideA: Side
sideB: Side
Return Value:
Boolean - True if side B is friendly to side A.

Examples

Example 1:
_isFriendly = [west, east] call BIS_fnc_sideIsFriendly; //Checks if EAST is friendly to WEST.

Additional Information

See also:
getFriendsetFriendBIS_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