faction: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "<!-- Note Section [A-Z]+ --> " to "")
m (Text replacement - " " to " ")
Line 98: Line 98:


| [[String]]
| [[String]]
 
 
|x1= <code>[[private]] _playerFaction = [[faction]] [[player]];</code>
|x1= <code>[[private]] _playerFaction = [[faction]] [[player]];</code>



Revision as of 20:02, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object ManipulationSides

Syntax

Syntax:
Syntax needed
Parameters:
unitName: Object
Return Value:
Return value needed

Examples

Example 1:
private _playerFaction = faction player;

Additional Information

See also:
sideSide

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note
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'.