Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_OutfitFactionData Interface Reference

Public Member Functions

bool Init (notnull FactionManager factionManager)
 Init to set the affiliated faction.
 
FactionKey GetAffiliatedFactionKey ()
 
int GetOutfitFactionValue ()
 
Faction GetAffiliatedFaction ()
 

Protected Attributes

FactionKey m_AffiliatedFactionKey
 
int m_iOutfitFactionValue
 
Faction m_AffiliatedFaction
 

Member Function Documentation

◆ GetAffiliatedFaction()

Faction SCR_OutfitFactionData.GetAffiliatedFaction ( )
Returns
Faction set on init using the m_AffiliatedFactionKey for quicker getting of the faction

◆ GetAffiliatedFactionKey()

FactionKey SCR_OutfitFactionData.GetAffiliatedFactionKey ( )
Returns
Faction key associated with the faction

◆ GetOutfitFactionValue()

int SCR_OutfitFactionData.GetOutfitFactionValue ( )
Returns
Value associated with the faction

◆ Init()

bool SCR_OutfitFactionData.Init ( notnull FactionManager factionManager)

Init to set the affiliated faction.

Member Data Documentation

◆ m_AffiliatedFaction

Faction SCR_OutfitFactionData.m_AffiliatedFaction
protected

◆ m_AffiliatedFactionKey

FactionKey SCR_OutfitFactionData.m_AffiliatedFactionKey
protected

◆ m_iOutfitFactionValue

int SCR_OutfitFactionData.m_iOutfitFactionValue
protected

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