faction: Difference between revisions
Jump to navigation
Jump to search
m (Added OA/BAF factions and placeholder for PMC) |
m (Added PMC faction) |
||
Line 16: | Line 16: | ||
"BIS_BAF", "PMC_BAF" | "BIS_BAF", "PMC_BAF" | ||
'''Arma 2: Private Military Company''': | '''Arma 2: Private Military Company''': | ||
"" | "PMC_BAF" | ||
Factions are defined under cfgFactionClasses. If faction is not defined, returns empty string. |= Description | Factions are defined under cfgFactionClasses. If faction is not defined, returns empty string. |= Description |
Revision as of 04:35, 9 December 2010
Description
- Description:
- Gets unit faction. Standard Factions include:
Arma 2: "USMC", "INS", "CDF", "RU", "CIV", "GUE", "CIV_RU" Arma 2: Operation Arrowhead: "BIS_US", "BIS_CZ", "BIS_GER", "BIS_TK", "BIS_TK_INS", "BIS_TK_GUE", "BIS_UN", "BIS_TK_CIV", "BIS_CIV_special" DLC Factions
Arma 2: British Armed Forces: "BIS_BAF", "PMC_BAF" Arma 2: Private Military Company: "PMC_BAF" Factions are defined under cfgFactionClasses. If faction is not defined, returns empty string. - 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'.