BIS fnc playerSideFaction: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] \[\[([a-zA-Z0-9_]+)\]\] \[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2 $3;</sqf>")
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.06


|1.06|Game version=
|gr1= Sides
____________________________________________________________________________________________


| Return representative faction of the given side. Faction of the first detected player is used.|Description=
|descr= Return representative faction of the given side. Faction of the first detected player is used.
____________________________________________________________________________________________


| side call [[BIS_fnc_playerSideFaction]] |Syntax=
|s1= side call [[BIS_fnc_playerSideFaction]]


|p1=side: [[Side]] |Parameter 1=
|p1=side: [[Side]]


| [[String]] - CfgFactionClasses class |Return value=
|r1= [[String]] - CfgFactionClasses class
____________________________________________________________________________________________


|x1= <code>[[west]] [[call]] [[BIS_fnc_playerSideFaction]];</code>|Example 1=
|x1= <sqf>west call BIS_fnc_playerSideFaction;</sqf>


____________________________________________________________________________________________
|seealso= [[side]]
 
| [[side]] |See also=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Sides|{{uc:playerSideFaction}}]]
[[Category:Functions|{{uc:playerSideFaction}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:playerSideFaction}}]]

Latest revision as of 16:43, 10 May 2022

Hover & click on the images for description

Description

Description:
Return representative faction of the given side. Faction of the first detected player is used.
Execution:
call
Groups:
Sides

Syntax

Syntax:
side call BIS_fnc_playerSideFaction
Parameters:
side: Side
Return Value:
String - CfgFactionClasses class

Examples

Example 1:
west call BIS_fnc_playerSideFaction;

Additional Information

See also:
side

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