![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_CampaignMilitaryBaseMapDescriptorComponentClass |
Functions | |
| void | SetParentBase (notnull SCR_CampaignMilitaryBaseComponent base) |
| void | MapSetup (notnull Faction faction) |
| void | HandleMapInfo (SCR_CampaignFaction playerFactionCampaign=null) |
| void | UpdateServices (bool isInRange) |
Variables | |
| SCR_CampaignMilitaryBaseMapDescriptorComponentClass | m_CampaignBase |
| void HandleMapInfo | ( | SCR_CampaignFaction | playerFactionCampaign = null | ) |
Shows info about the base in the map
| [in] | playerFactionCampaign |
Definition at line 56 of file SCR_CampaignMilitaryBaseMapDescriptorComponent.c.
| void MapSetup | ( | notnull Faction | faction | ) |
| [in] | faction |
Definition at line 19 of file SCR_CampaignMilitaryBaseMapDescriptorComponent.c.
| void SetParentBase | ( | notnull SCR_CampaignMilitaryBaseComponent | base | ) |
| [in] | base |
Definition at line 11 of file SCR_CampaignMilitaryBaseMapDescriptorComponent.c.
|
protected |
Shows or hides services on the map based on the fact whether base is in range or not
| [in] | isInRange |
Definition at line 113 of file SCR_CampaignMilitaryBaseMapDescriptorComponent.c.
| SCR_CampaignMilitaryBaseMapDescriptorComponentClass m_CampaignBase |