BIS fnc sideID: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
m (Text replacement - "<h3 style="display:none">Bottom Section</h3>" to "") |
||
Line 33: | Line 33: | ||
}} | }} | ||
[[Category:Functions|{{uc:sideID}}]] | [[Category:Functions|{{uc:sideID}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:sideID}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:sideID}}]] |
Revision as of 01:16, 18 January 2021
Description
- Description:
- Return config side number.
- 0 = opfor (east)
- 1 = blufor (west)
- 2 = independent (resistance)
- 3 = civilian
- 4 = sideUnknown
- 5 = sideEnemy
- 6 = sideFriendly
- 7 = sideLogic
- 8 = sideEmpty
- 9 = sideAmbientLife
- Execution:
- call
- Groups:
- Sides
Syntax
- Syntax:
- testedSide call BIS_fnc_sideID
- Parameters:
- testedSide: Side - the tested side (west, east, etc.)
- Return Value:
- Number
Examples
- Example 1:
west call BIS_fnc_sideID; // returns 1
- Example 2:
hint format ["Your side (%1) ID is %2", playerSide, playerSide call BIS_fnc_sideID];
Additional Information
- See also:
- BIS_fnc_sideTypesidecountSideCfgVehicles config side valueSideplayerSidewesteastresistanceciviliansideLogicsideFriendlysideEnemysideUnknownsideEmptysideAmbientLifeSide relations
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