faction: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
Lou Montana (talk | contribs) m (Text replacement - "\{\{Feature *\| *Informative *\| ([^↵]+) *\}\}" to "{{Feature|informative|$1}}") |
||
(20 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|version1= 1.00 | |||
|game2= arma2oa | |||
|version2= 1.50 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
|version4= 0.50 | |||
|arg= global | |arg= global | ||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
Line 11: | Line 19: | ||
|gr2= Sides | |gr2= Sides | ||
| Gets unit faction. Factions were introduced in {{arma2}} and are defined under ''CfgFactionClasses''. | |descr= Gets unit faction. Factions were introduced in {{arma2}} and are defined under ''CfgFactionClasses''. | ||
{{{!}} class | {{{!}} class="wikitable" style{{=}}"font-size: 0.9em; white-space: nowrap" | ||
! Side | ! Side | ||
! {{GVI|arma2|1.00}} | ! {{GVI|arma2|1.00}} | ||
! {{GVI|arma2oa|1. | ! {{GVI|arma2oa|1.50}} | ||
! {{GVI|arma3|1.96}} | ! {{GVI|arma3|1.96}} | ||
{{!}}- | {{!}}- | ||
{{!}} style | {{!}} style="text-align: center" {{!}} [[west]]/[[blufor]] | ||
{{!}} <!-- Arma 2 --> | {{!}} <!-- Arma 2 --> | ||
Line 58: | Line 66: | ||
{{!}}- | {{!}}- | ||
{{!}} style | {{!}} style="text-align: center" {{!}} [[resistance]]/<br>[[independent]] | ||
{{!}} <!-- Arma 2 --> | {{!}} <!-- Arma 2 --> | ||
Line 76: | Line 84: | ||
{{!}}- | {{!}}- | ||
{{!}} style | {{!}} style="text-align: center" {{!}} [[civilian]] | ||
{{!}} <!-- Arma 2 --> | {{!}} <!-- Arma 2 --> | ||
Line 91: | Line 99: | ||
{{!}}} | {{!}}} | ||
{{ | {{Feature|informative|If a unit's faction is not defined in its config, an empty string is returned.}} | ||
| [[faction]] unitName | |s1= [[faction]] unitName | ||
|p1= unitName: [[Object]] | |p1= unitName: [[Object]] | ||
| [[String]] | |r1= [[String]] | ||
|x1= < | |x1= <sqf>private _playerFaction = faction player;</sqf> | ||
| [[side]] | |seealso= [[side]] [[Side]] | ||
}} | }} | ||
{{Note | |||
|user= TankBuster | |||
|timestamp= 20100319165600 | |||
|text= 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'. | |||
}} | |||
Latest revision as of 18:11, 15 March 2024
Description
- Description:
- Gets unit faction. Factions were introduced in Arma 2 and are defined under CfgFactionClasses.
Side 1.00 1.50 1.96 west/blufor - USMC
- CDF
- BIS_US
- BIS_CZ
- BIS_GER
- BIS_BAF (BAF DLC)
- BLU_F (NATO)
- BLU_G_F (FIA)
- BLU_T_F (Pacific NATO, Apex Expansion)
- BLU_CTRG_F (Pacific CTRG, Apex Expansion)
- BLU_GEN_F (Gendarmerie, Apex Expansion)
- BLU_W_F (Woodland NATO, Contact Expansion)
east/opfor - INS (ChDKZ)
- RU (Russia)
- BIS_TK (Takistan army)
- BIS_TK_INS (TK insurgents)
- OPF_F (Iranian CSAT)
- OPF_G_F (FIA)
- OPF_T_F (Chinese CSAT, Apex Expansion)
- OPF_R_F (Spetznatz, Contact Expansion)
resistance/
independent- GUE (Guerilla)
- BIS_TK_GUE
- BIS_UN (United Nations)
- PMC_BAF (PMC DLC)
- IND_F (AAF)
- IND_G_F (FIA)
- IND_C_F (Syndikat, Apex Expansion)
- IND_E_F (LDF, Contact Expansion)
- IND_L_F (Looters, Contact Expansion)
civilian - CIV
- CIV_RU
- BIS_TK_CIV
- BIS_CIV_special
- CIV_F
- CIV_IDAP_F (Laws of War DLC)
- Groups:
- Object ManipulationSides
Syntax
Examples
- Example 1:
Additional Information
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
- Posted on Mar 19, 2010 - 16:56 (UTC)
- 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'.