faction: Difference between revisions
Jump to navigation
Jump to search
cobra4v320 (talk | contribs) No edit summary |
m (Text replace - "</dt>" to "") |
||
Line 45: | Line 45: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate"></dd> | <dd class="notedate"></dd> | ||
<dt class="note">'''[[User:Tankbuster|Tankbuster]]''' | <dt class="note">'''[[User:Tankbuster|Tankbuster]]''' | ||
<dd class="note">Faction behaves slightly differently to [[side]]. Side can refer to the pilot or commander of a vehicle, but faction never changes. It always returns the 'country of manufacture'. </dd> | <dd class="note">Faction behaves slightly differently to [[side]]. Side can refer to the pilot or commander of a vehicle, but faction never changes. It always returns the 'country of manufacture'. </dd> | ||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 13:28, 21 October 2011
Description
- Description:
- Gets unit faction. Standard Factions include:
Arma 2:- West: "USMC", "CDF"
- East: "RU", "INS"
- Guer: "GUE"
- Civ: "CIV", "CIV_RU"
- West: "BIS_US", "BIS_CZ", "BIS_GER"
- East: "BIS_TK", "BIS_TK_INS"
- Guer: "BIS_TK_GUE", "BIS_UN"
- Civ: "BIS_TK_CIV", "BIS_CIV_special"
Arma 2: British Armed Forces:- West: "BIS_BAF"
- Guer: "PMC_BAF"
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_faction = faction _object;
Additional Information
- See also:
- See also needed
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
- Tankbuster
- Faction behaves slightly differently to side. Side can refer to the pilot or commander of a vehicle, but faction never changes. It always returns the 'country of manufacture'.