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

Go to the source code of this file.

Classes

class  SCR_TutorialFakeBaseComponentClass

Functions

SCR_TutorialFakeBaseComponentClass ScriptComponentClass Attribute ()] protected ref SCR_GraphLinesData m_GraphLinesData
void RemoveLinkName (string link)
void AddLinkName (string link)
void ColorLinks (bool isHoovering)
void ClearLinks ()
void CreateLinks ()
void ColorMapLink (notnull MapLink link, bool isHovering)
void OnMapOpen (MapConfiguration config)
override void OnPostInit (IEntity owner)
 Editable Mine.

Variables

SCR_MapEntity m_MapEntity
string m_sBaseName
string m_sBaseNameLonger
string m_sBaseCallSign
ref Color m_BaseColor
EMilitarySymbolIdentity m_eMilitarySymbolIdentity
EMilitarySymbolDimension m_eMilitarySymbolDimension
EMilitarySymbolIcon m_eMilitarySymbolIcon
EMilitarySymbolAmplifier m_eMilitarySymbolAplifier
SCR_EFakeBaseServices m_eServices
string m_sHighlight
bool m_bAntennaWidgetVisible
bool m_bAllowServices
bool m_bAllowServicesSizeOverlay
bool m_bVisible
int m_iWidthOverride
int m_iHeightOverride
ref array< stringm_aBasesToLink
MapItem m_MapItem
ref array< MapLinkm_aLinks = {}

Function Documentation

◆ AddLinkName()

void AddLinkName ( string link)
protected

Definition at line 73 of file SCR_TutorialFakeBaseComponent.c.

◆ ClearLinks()

void ClearLinks ( )
protected

Definition at line 91 of file SCR_TutorialFakeBaseComponent.c.

◆ ColorLinks()

void ColorLinks ( bool isHoovering)
protected

Definition at line 79 of file SCR_TutorialFakeBaseComponent.c.

◆ ColorMapLink()

void ColorMapLink ( notnull MapLink link,
bool isHovering )
protected

Definition at line 123 of file SCR_TutorialFakeBaseComponent.c.

◆ CreateLinks()

void CreateLinks ( )
protected

Definition at line 100 of file SCR_TutorialFakeBaseComponent.c.

◆ OnMapOpen()

void OnMapOpen ( MapConfiguration config)
protected

Definition at line 149 of file SCR_TutorialFakeBaseComponent.c.

◆ RemoveLinkName()

void RemoveLinkName ( string link)
protected

Definition at line 67 of file SCR_TutorialFakeBaseComponent.c.

Variable Documentation

◆ m_aBasesToLink

ref array<string> m_aBasesToLink
protected

Definition at line 61 of file SCR_TutorialFakeBaseComponent.c.

◆ m_aLinks

ref array<MapLink> m_aLinks = {}
protected

Definition at line 64 of file SCR_TutorialFakeBaseComponent.c.

◆ m_bAllowServices

bool m_bAllowServices
protected

Definition at line 46 of file SCR_TutorialFakeBaseComponent.c.

◆ m_bAllowServicesSizeOverlay

bool m_bAllowServicesSizeOverlay
protected

Definition at line 49 of file SCR_TutorialFakeBaseComponent.c.

◆ m_bAntennaWidgetVisible

bool m_bAntennaWidgetVisible
protected

Definition at line 43 of file SCR_TutorialFakeBaseComponent.c.

◆ m_BaseColor

ref Color m_BaseColor
protected

Definition at line 22 of file SCR_TutorialFakeBaseComponent.c.

◆ m_bVisible

bool m_bVisible
protected

Definition at line 52 of file SCR_TutorialFakeBaseComponent.c.

◆ m_eMilitarySymbolAplifier

EMilitarySymbolAmplifier m_eMilitarySymbolAplifier
protected

Definition at line 34 of file SCR_TutorialFakeBaseComponent.c.

◆ m_eMilitarySymbolDimension

EMilitarySymbolDimension m_eMilitarySymbolDimension
protected

Definition at line 28 of file SCR_TutorialFakeBaseComponent.c.

◆ m_eMilitarySymbolIcon

EMilitarySymbolIcon m_eMilitarySymbolIcon
protected

Definition at line 31 of file SCR_TutorialFakeBaseComponent.c.

◆ m_eMilitarySymbolIdentity

EMilitarySymbolIdentity m_eMilitarySymbolIdentity
protected

Definition at line 25 of file SCR_TutorialFakeBaseComponent.c.

◆ m_eServices

SCR_EFakeBaseServices m_eServices
protected

Definition at line 37 of file SCR_TutorialFakeBaseComponent.c.

◆ m_iHeightOverride

int m_iHeightOverride
protected

Definition at line 58 of file SCR_TutorialFakeBaseComponent.c.

◆ m_iWidthOverride

int m_iWidthOverride
protected

Definition at line 55 of file SCR_TutorialFakeBaseComponent.c.

◆ m_MapEntity

SCR_MapEntity m_MapEntity
protected

Definition at line 10 of file SCR_TutorialFakeBaseComponent.c.

◆ m_MapItem

MapItem m_MapItem
protected

Definition at line 63 of file SCR_TutorialFakeBaseComponent.c.

◆ m_sBaseCallSign

string m_sBaseCallSign
protected

Definition at line 19 of file SCR_TutorialFakeBaseComponent.c.

◆ m_sBaseName

string m_sBaseName
protected

Definition at line 13 of file SCR_TutorialFakeBaseComponent.c.

◆ m_sBaseNameLonger

string m_sBaseNameLonger
protected

Definition at line 16 of file SCR_TutorialFakeBaseComponent.c.

◆ m_sHighlight

string m_sHighlight
protected

Definition at line 40 of file SCR_TutorialFakeBaseComponent.c.