Arma Reforger Script API
Loading...
Searching...
No Matches
FactionManager Interface Reference
Inheritance diagram for FactionManager:
SCR_FactionManager SCR_CampaignFactionManager

Public Member Functions

proto external Faction GetFactionByKey (FactionKey factionKey)
 
proto external Faction GetFactionByIndex (int index)
 
proto external int GetFactionIndex (Faction faction)
 
proto external int GetFactionsCount ()
 Returns the number of available factions stored in this manager or 0 if none.
 
proto external int GetFactionsList (out notnull array< Faction > outFactions)
 

Member Function Documentation

◆ GetFactionByIndex()

proto external Faction FactionManager.GetFactionByIndex ( int index)

◆ GetFactionByKey()

proto external Faction FactionManager.GetFactionByKey ( FactionKey factionKey)

◆ GetFactionIndex()

proto external int FactionManager.GetFactionIndex ( Faction faction)

◆ GetFactionsCount()

proto external int FactionManager.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 FactionManager.GetFactionsList ( out notnull array< Faction > outFactions)

The documentation for this interface was generated from the following file: