BIS fnc sideIsEnemy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(\[\[[a-zA-Z ]+\]\].+) \|x1=" to " |r1=$1 |x1=")
m (Text replacement - " +<\/code>" to "</code>")
Line 16: Line 16:
|r1=[[Boolean]] - True if side B is enemy to side A.
|r1=[[Boolean]] - True if side B is enemy to side A.


|x1= <code>_isEnemy = [<nowiki/>[[west]], [[east]]] [[call]] [[BIS_fnc_sideIsEnemy]]; //Checks if EAST is enemy to WEST. </code>
|x1= <code>_isEnemy = [<nowiki/>[[west]], [[east]]] [[call]] [[BIS_fnc_sideIsEnemy]]; //Checks if EAST is enemy to WEST.</code>


|seealso= [[getFriend]], [[setFriend]], [[BIS_fnc_sideIsFriendly]], [[Side relations]]
|seealso= [[getFriend]], [[setFriend]], [[BIS_fnc_sideIsFriendly]], [[Side relations]]

Revision as of 23:48, 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 enemy to side A.

Examples

Example 1:
_isEnemy = [west, east] call BIS_fnc_sideIsEnemy; //Checks if EAST is enemy to WEST.

Additional Information

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