Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_CampaignMilitaryBaseMapDescriptorComponent Interface Reference
Inheritance diagram for SCR_CampaignMilitaryBaseMapDescriptorComponent:
SCR_MilitaryBaseMapDescriptorComponent SCR_RadioCoverageMapDescriptorComponent SCR_MapDescriptorComponent MapDescriptorComponent GameComponent

Public Member Functions

void SetParentBase (notnull SCR_CampaignMilitaryBaseComponent base)
 
void MapSetup (notnull Faction faction)
 
void HandleMapInfo (SCR_CampaignFaction playerFactionCampaign=null)
 Shows info about the base in the map.
 
- Public Member Functions inherited from SCR_RadioCoverageMapDescriptorComponent
void SetParentRadio (SCR_CoverageRadioComponent radio)
 
SCR_CoverageRadioComponent GetParentRadio ()
 
void UpdateLinks ()
 
void OnIconHovered (bool hovering)
 
- Public Member Functions inherited from MapDescriptorComponent
proto external int GetBaseType ()
 Determine type of descriptor.
 
proto external int GetUnitType ()
 Determine unit type of descriptor - may not be set if not unit.
 
proto external int GetGroupType ()
 Determine group type of descriptor.
 
proto external MapItem Item ()
 Search for the item. Use with moderation and ideally not inside tight loops.
 
- Public Member Functions inherited from GameComponent
bool OnTicksOnRemoteProxy ()
 

Public Attributes

SCR_CampaignMilitaryBaseComponent m_CampaignBase
 
- Public Attributes inherited from SCR_RadioCoverageMapDescriptorComponent
SCR_CoverageRadioComponent m_Radio
 

Protected Member Functions

void UpdateServices (bool isInRange)
 Shows or hides services on the map based on the fact whether base is in range or not.
 
- Protected Member Functions inherited from SCR_RadioCoverageMapDescriptorComponent
SCR_GraphLinesData GetGraphLinesData ()
 
void OnMapOpen (MapConfiguration config)
 
void OnMapClose (MapConfiguration config)
 
void CreateLinks ()
 
void DeleteLinks ()
 
void ColorMapLink (notnull MapLink link, bool isHovering)
 

Member Function Documentation

◆ HandleMapInfo()

void SCR_CampaignMilitaryBaseMapDescriptorComponent.HandleMapInfo ( SCR_CampaignFaction playerFactionCampaign = null)

Shows info about the base in the map.

Parameters
[in]playerFactionCampaign

◆ MapSetup()

void SCR_CampaignMilitaryBaseMapDescriptorComponent.MapSetup ( notnull Faction faction)
Parameters
[in]faction

◆ SetParentBase()

void SCR_CampaignMilitaryBaseMapDescriptorComponent.SetParentBase ( notnull SCR_CampaignMilitaryBaseComponent base)
Parameters
[in]base

◆ UpdateServices()

void SCR_CampaignMilitaryBaseMapDescriptorComponent.UpdateServices ( bool isInRange)
protected

Shows or hides services on the map based on the fact whether base is in range or not.

Parameters
[in]isInRange

Member Data Documentation

◆ m_CampaignBase

SCR_CampaignMilitaryBaseComponent SCR_CampaignMilitaryBaseMapDescriptorComponent.m_CampaignBase

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