Difference between revisions of "BIS fnc playerSideFaction"
Jump to navigation
Jump to search
m (GVI 1.00 > 1.06 http://dev.arma3.com/post/spotrep-00015) |
m (pf) |
||
Line 1: | Line 1: | ||
− | + | {{Function|Comments= | |
− | {{Function|= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | arma3 | | + | | arma3 |Game name= |
− | |1.06| | + | |1.06|Game version= |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | Return representative faction of the given side. Faction of the first detected player is used.|Description= |
− | + | ____________________________________________________________________________________________ | |
− | |||
− | |||
− | |||
− | + | | side call [[BIS_fnc_playerSideFaction]] |Syntax= | |
− | |||
− | + | |p1=side: [[Side]] |Parameter 1= | |
− | |||
− | |||
− | + | | [[String]] - CfgFactionClasses class |Return value= | |
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | < | + | |x1= <code>[[west]] [[call]] [[BIS_fnc_playerSideFaction]];</code>|Example 1= |
− | |||
− | |||
− | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
− | | | + | | [[side]] |See also= |
− | + | }} | |
− | |||
− | |||
− | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> |
Revision as of 12:13, 21 June 2018
Hover & click on the images for descriptions
Description
- Description:
- Return representative faction of the given side. Faction of the first detected player is used.
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
- Execution:
- call
- See also:
- side
- Groups:
- Uncategorised
Notes