BIS fnc sideIsFriendly: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(s1=)? *((\[[^ ]+\]) (call|spawn) '''(BI(N|S)_fnc_[a-zA-Z0-9_]+)''');? \| *p1 *=" to " |s1= $3 $4 $5 |p1=")
m (Text replacement - " \[\[Category:\{\{Name\|arma3\}\}:[_ ]Functions\|[^ ]+\]\]" to "")
Line 20: Line 20:
|seealso= [[getFriend]], [[setFriend]], [[BIS_fnc_sideIsEnemy]], [[Side relations]]
|seealso= [[getFriend]], [[setFriend]], [[BIS_fnc_sideIsEnemy]], [[Side relations]]
}}
}}
[[Category:{{Name|arma3}}: Functions|{{uc:sideIsFriendly}}]]

Revision as of 03:02, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Execution:
call
Groups:
Sides

Syntax

Syntax:
[sideA, sideB] call BIS_fnc_sideIsFriendly
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