BIS fnc sideIsFriendly: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) 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 12:43, 11 April 2021
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
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