BIS fnc sideIsFriendly: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Text replacement - "\|gr([0-9]+) = " to "|gr$1= ")
Line 5: Line 5:
|1.56
|1.56


|gr1 = Sides
|gr1= Sides


| Determines if side B is friendly to side A the way the game engine does it. The relationship table can be found here:  [[Side relations]].
| Determines if side B is friendly to side A the way the game engine does it. The relationship table can be found here:  [[Side relations]].

Revision as of 13:43, 11 April 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:
Return value needed

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