BIS fnc sideIsFriendly: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " +<\/code>" to "</code>") |
Lou Montana (talk | contribs) m (Text replacement - " +" 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}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:sideIsFriendly}}]] |
Revision as of 23:34, 10 June 2021
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 friendly to side A.
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