Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
Faction

Classes

class  Faction
class  FactionManagerClass
class  ScriptedFaction

Functions

FactionManagerClass GenericEntityClass GetFactionByKey (FactionKey factionKey)
proto external Faction GetFactionByIndex (int index)
proto external int GetFactionIndex (Faction faction)
proto external int GetFactionsCount ()
proto external int GetFactionsList (out notnull array< Faction > outFactions)

Detailed Description

Function Documentation

◆ GetFactionByIndex()

proto external Faction GetFactionByIndex ( int index)

◆ GetFactionByKey()

FactionManagerClass GenericEntityClass GetFactionByKey ( FactionKey factionKey)

◆ GetFactionIndex()

proto external int GetFactionIndex ( Faction faction)

◆ GetFactionsCount()

proto external int GetFactionsCount ( )

Returns the number of available factions stored in this manager or 0 if none.

Returns
Returns the number of factions

◆ GetFactionsList()

proto external int GetFactionsList ( out notnull array< Faction > outFactions)