Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_RadioCoverageMapDescriptorComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_RadioCoverageMapDescriptorComponentClass

Functions

SCR_GraphLinesData GetGraphLinesData ()
void SetParentRadio (SCR_CoverageRadioComponent radio)
SCR_CoverageRadioComponent GetParentRadio ()
void OnMapOpen (MapConfiguration config)
void OnMapClose (MapConfiguration config)
void CreateLinks ()
void DeleteLinks ()
void UpdateLinks ()
void OnIconHovered (bool hovering)
void ColorMapLink (notnull MapLink link, bool isHovering)

Variables

SCR_RadioCoverageMapDescriptorComponentClass m_Radio

Function Documentation

◆ ColorMapLink()

void ColorMapLink ( notnull MapLink link,
bool isHovering )
protected

Definition at line 201 of file SCR_RadioCoverageMapDescriptorComponent.c.

◆ CreateLinks()

void CreateLinks ( )
protected

Definition at line 70 of file SCR_RadioCoverageMapDescriptorComponent.c.

◆ DeleteLinks()

void DeleteLinks ( )
protected

Definition at line 136 of file SCR_RadioCoverageMapDescriptorComponent.c.

◆ GetGraphLinesData()

SCR_GraphLinesData GetGraphLinesData ( )
protected

Definition at line 18 of file SCR_RadioCoverageMapDescriptorComponent.c.

◆ GetParentRadio()

SCR_CoverageRadioComponent GetParentRadio ( )
protected

Definition at line 52 of file SCR_RadioCoverageMapDescriptorComponent.c.

◆ OnIconHovered()

void OnIconHovered ( bool hovering)
protected

Definition at line 154 of file SCR_RadioCoverageMapDescriptorComponent.c.

◆ OnMapClose()

void OnMapClose ( MapConfiguration config)
protected

Definition at line 64 of file SCR_RadioCoverageMapDescriptorComponent.c.

◆ OnMapOpen()

void OnMapOpen ( MapConfiguration config)
protected

Definition at line 58 of file SCR_RadioCoverageMapDescriptorComponent.c.

◆ SetParentRadio()

void SetParentRadio ( SCR_CoverageRadioComponent radio)
protected

Definition at line 34 of file SCR_RadioCoverageMapDescriptorComponent.c.

◆ UpdateLinks()

void UpdateLinks ( )
protected

Definition at line 147 of file SCR_RadioCoverageMapDescriptorComponent.c.

Variable Documentation

◆ m_Radio