Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_CampaignFactionManager.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_RankIDCampaign
 
class  SCR_CampaignFactionManagerClass
 

Enumerations

enum  SCR_ECampaignFaction { INDFOR, BLUFOR, OPFOR }
 

Functions

SCR_CampaignFactionManagerClass SCR_FactionManagerClass GetEnemyFaction (notnull SCR_CampaignFaction alliedFaction)
 
SCR_CampaignFaction GetCampaignFactionByKey (string factionKey)
 
SCR_CampaignFaction GetCampaignFactionByIndex (int index)
 
int GetRankRequestCooldown (SCR_ECharacterRank rankID)
 
int GetRankRadioRespawnCooldown (SCR_ECharacterRank rankID)
 
int GetRankFastTravelCooldown (SCR_ECharacterRank rankID)
 

Variables

SCR_RankIDCampaign OnFactionsInit
 

Enumeration Type Documentation

◆ SCR_ECampaignFaction

Enumerator
INDFOR 
BLUFOR 
OPFOR 

Definition at line 130 of file SCR_CampaignFactionManager.c.

Function Documentation

◆ GetCampaignFactionByIndex()

SCR_CampaignFaction GetCampaignFactionByIndex ( int  index)
Parameters
[in]index
Returns

Definition at line 85 of file SCR_CampaignFactionManager.c.

◆ GetCampaignFactionByKey()

SCR_CampaignFaction GetCampaignFactionByKey ( string  factionKey)
Parameters
[in]factionKey
Returns

Definition at line 73 of file SCR_CampaignFactionManager.c.

◆ GetEnemyFaction()

Parameters
[in]alliedFaction
Returns

Definition at line 54 of file SCR_CampaignFactionManager.c.

◆ GetRankFastTravelCooldown()

int GetRankFastTravelCooldown ( SCR_ECharacterRank  rankID)
Parameters
[in]rankID
Returns

Definition at line 119 of file SCR_CampaignFactionManager.c.

◆ GetRankRadioRespawnCooldown()

int GetRankRadioRespawnCooldown ( SCR_ECharacterRank  rankID)
Parameters
[in]rankID
Returns

Definition at line 106 of file SCR_CampaignFactionManager.c.

◆ GetRankRequestCooldown()

int GetRankRequestCooldown ( SCR_ECharacterRank  rankID)
Parameters
[in]rankID
Returns

Definition at line 93 of file SCR_CampaignFactionManager.c.

Variable Documentation

◆ OnFactionsInit

SCR_RankIDCampaign OnFactionsInit