Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_MapMarkerEntryPlaced.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_MapMarkerEntryPlaced
 Marker entry which can be placed through map. More...
 
class  SCR_MarkerIconCategory
 Placed marker icon category. More...
 
class  SCR_MapMarkerTitle
 

Functions

SCR_MapMarkerEntryPlaced SCR_MapMarkerEntryConfig BaseContainerProps ()] class SCR_MarkerColorEntry
 Placed marker color entry. More...
 
string GetMenuDescription ()
 
ResourceName GetMenuImageset ()
 
string GetMenuIcon ()
 
Color GetColorEntry (int i)
 
bool GetIconEntry (int i, out ResourceName imageset, out ResourceName imagesetGlow, out string imageQuad)
 
int GetIconCategoryID (int iconID)
 
array< ref SCR_MarkerColorEntry > GetColorEntries ()
 
array< ref SCR_MarkerIconEntry > GetIconEntries ()
 
array< ref SCR_MarkerIconCategoryGetIconCategories ()
 
override SCR_EMapMarkerType GetMarkerType ()
 
override void InitClientSettings (SCR_MapMarkerBase marker, SCR_MapMarkerWidgetComponent widgetComp)
 
override void OnMapLayerChanged (notnull SCR_MapMarkerWidgetComponent widgetComp, int layerID)
 
class SCR_MarkerIconCategory SCR_MapMarkerIconEntryTitle ()] class SCR_MarkerIconEntry
 
SCR_MapMarkerTitle BaseContainerCustomTitle _WB_GetCustomTitle (BaseContainer source, out string title)
 

Variables

protected string m_sMenuDescription
 
protected ResourceName m_sMenuImageset
 
protected string m_sMenuIcon
 
protected ref array< ref SCR_MarkerIconCategorym_aPlacedMarkerIconCategories
 
protected ref array< ref SCR_MarkerIconEntry > m_aPlacedMarkerIcons
 
protected ref array< ref SCR_MarkerColorEntry > m_aPlacedMarkerColors
 
string m_sIdentifier
 
string m_sName
 

Function Documentation

◆ _WB_GetCustomTitle()

SCR_MapMarkerTitle BaseContainerCustomTitle _WB_GetCustomTitle ( BaseContainer  source,
out string  title 
)

Definition at line 207 of file SCR_MapMarkerEntryPlaced.c.

◆ BaseContainerProps()

Placed marker color entry.

Placed marker icon entry.

Definition at line 136 of file SCR_MapMarkerEntryPlaced.c.

◆ GetColorEntries()

array<ref SCR_MarkerColorEntry> BaseContainerProps::GetColorEntries ( )

Definition at line 76 of file SCR_MapMarkerEntryPlaced.c.

◆ GetColorEntry()

Color BaseContainerProps::GetColorEntry ( int  i)

Definition at line 39 of file SCR_MapMarkerEntryPlaced.c.

◆ GetIconCategories()

array<ref SCR_MarkerIconCategory> BaseContainerProps::GetIconCategories ( )

Definition at line 88 of file SCR_MapMarkerEntryPlaced.c.

◆ GetIconCategoryID()

int BaseContainerProps::GetIconCategoryID ( int  iconID)

Definition at line 59 of file SCR_MapMarkerEntryPlaced.c.

◆ GetIconEntries()

array<ref SCR_MarkerIconEntry> BaseContainerProps::GetIconEntries ( )

Definition at line 82 of file SCR_MapMarkerEntryPlaced.c.

◆ GetIconEntry()

bool BaseContainerProps::GetIconEntry ( int  i,
out ResourceName  imageset,
out ResourceName  imagesetGlow,
out string  imageQuad 
)

Definition at line 48 of file SCR_MapMarkerEntryPlaced.c.

◆ GetMarkerType()

override SCR_EMapMarkerType BaseContainerProps::GetMarkerType ( )

Definition at line 94 of file SCR_MapMarkerEntryPlaced.c.

◆ GetMenuDescription()

string BaseContainerProps::GetMenuDescription ( )

Definition at line 21 of file SCR_MapMarkerEntryPlaced.c.

◆ GetMenuIcon()

string BaseContainerProps::GetMenuIcon ( )

Definition at line 33 of file SCR_MapMarkerEntryPlaced.c.

◆ GetMenuImageset()

ResourceName BaseContainerProps::GetMenuImageset ( )

Definition at line 27 of file SCR_MapMarkerEntryPlaced.c.

◆ InitClientSettings()

override void BaseContainerProps::InitClientSettings ( SCR_MapMarkerBase  marker,
SCR_MapMarkerWidgetComponent  widgetComp 
)

Definition at line 100 of file SCR_MapMarkerEntryPlaced.c.

◆ OnMapLayerChanged()

override void BaseContainerProps::OnMapLayerChanged ( notnull SCR_MapMarkerWidgetComponent  widgetComp,
int  layerID 
)

Definition at line 117 of file SCR_MapMarkerEntryPlaced.c.

◆ SCR_MapMarkerIconEntryTitle()

class SCR_MarkerIconCategory SCR_MapMarkerIconEntryTitle ( )

Definition at line 164 of file SCR_MapMarkerEntryPlaced.c.

Variable Documentation

◆ m_aPlacedMarkerColors

protected ref array<ref SCR_MarkerColorEntry> m_aPlacedMarkerColors

Definition at line 18 of file SCR_MapMarkerEntryPlaced.c.

◆ m_aPlacedMarkerIconCategories

protected ref array<ref SCR_MarkerIconCategory> m_aPlacedMarkerIconCategories

Definition at line 12 of file SCR_MapMarkerEntryPlaced.c.

◆ m_aPlacedMarkerIcons

protected ref array<ref SCR_MarkerIconEntry> m_aPlacedMarkerIcons

Definition at line 15 of file SCR_MapMarkerEntryPlaced.c.

◆ m_sIdentifier

string m_sIdentifier

Definition at line 3 of file SCR_MapMarkerEntryPlaced.c.

◆ m_sMenuDescription

protected string m_sMenuDescription

Definition at line 3 of file SCR_MapMarkerEntryPlaced.c.

◆ m_sMenuIcon

protected string m_sMenuIcon

Definition at line 9 of file SCR_MapMarkerEntryPlaced.c.

◆ m_sMenuImageset

protected ResourceName m_sMenuImageset

Definition at line 6 of file SCR_MapMarkerEntryPlaced.c.

◆ m_sName

string m_sName

Definition at line 6 of file SCR_MapMarkerEntryPlaced.c.