BIS fnc paramGuerFriendly: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Set relationship between Independents and remaining sides.|= Description


Description:
____________________________________________________________________________________________
Set relationship between Independents and remaining sides


Parameter(s):
| number call [[BIS_fnc_paramGuerFriendly]] |= Syntax
NUMBER - side relation
____________________________________________________________________________________________
-1: Nobody
0: OPFOR
1: BLUFOR
2: Everybody


Returns:
|p1= number: [[Number]] - Side relation, can be:<br>
BOOL
-1 - Nobody<br>
*/
0 - OPFOR<br>
1 - BLUFOR<br>
2 - Everybody|= Parameter 1


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
|p2= |= Parameter 2
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_paramGuerFriendly]]; --> |= Syntax
| [[Boolean]]|= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>2 [[call]] [[BIS_fnc_paramGuerFriendly]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


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

Revision as of 01:04, 31 May 2018

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