武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.56
  

Click on the images for descriptions

Introduced in

Game:
Arma 3
Version:
1.56

Description

Description:
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.

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

Execution:
call
Multiplayer:
-
See also:
getFriendsetFriendBIS_fnc_sideIsEnemySide relations

Notes

Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To

Notes

Bottom Section

Advertisement