BIS fnc paramGuerFriendly: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Set relationship between Independents and remaining sides.|= Description
| Set relationship between Independents and remaining sides.|DESCRIPTION=


____________________________________________________________________________________________
____________________________________________________________________________________________


| number call [[BIS_fnc_paramGuerFriendly]] |= Syntax
| number call [[BIS_fnc_paramGuerFriendly]] |SYNTAX=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 18: Line 18:
0 - OPFOR<br>
0 - OPFOR<br>
1 - BLUFOR<br>
1 - BLUFOR<br>
2 - Everybody|= Parameter 1
2 - Everybody|PARAMETER1=


|p2= |= Parameter 2
|p2= |PARAMETER2=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Boolean]]|= Return value
| [[Boolean]]|RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 29: Line 29:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Arma 3 Mission Parameters]], [[:Category:Function Group: Params|Params Functions]] |= See also
| [[Arma 3 Mission Parameters]], [[:Category:Function Group: Params|Params Functions]] |SEEALSO=
}}
}}
<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>

Revision as of 15:32, 7 April 2019

Hover & click on the images for description

Description

Description:
Set relationship between Independents and remaining sides.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
number call BIS_fnc_paramGuerFriendly
Parameters:
number: Number - Side relation, can be:
-1 - Nobody
0 - OPFOR
1 - BLUFOR
2 - Everybody
Return Value:
Boolean

Examples

Example 1:
2 call BIS_fnc_paramGuerFriendly;

Additional Information

See also:
Arma 3 Mission ParametersParams Functions

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

Notes

Bottom Section