![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| enum SCR_ECampaignFaction |
| Enumerator | |
|---|---|
| INDFOR | |
| BLUFOR | |
| OPFOR | |
Definition at line 130 of file SCR_CampaignFactionManager.c.
| SCR_CampaignFaction GetCampaignFactionByIndex | ( | int | index | ) |
| SCR_CampaignFaction GetCampaignFactionByKey | ( | string | factionKey | ) |
| SCR_CampaignFactionManagerClass SCR_FactionManagerClass GetEnemyFaction | ( | notnull SCR_CampaignFaction | alliedFaction | ) |
| int GetRankFastTravelCooldown | ( | SCR_ECharacterRank | rankID | ) |
| int GetRankRadioRespawnCooldown | ( | SCR_ECharacterRank | rankID | ) |
| int GetRankRequestCooldown | ( | SCR_ECharacterRank | rankID | ) |
| SCR_RankIDCampaign OnFactionsInit |