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

Go to the source code of this file.

Classes

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.
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, bool skipProfanityFilter=false)
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

string m_sMenuDescription
ResourceName m_sMenuImageset
string m_sMenuIcon
ref array< ref SCR_MarkerIconCategorym_aPlacedMarkerIconCategories
ref array< ref SCR_MarkerIconEntry > m_aPlacedMarkerIcons
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 174 of file SCR_MapMarkerEntryPlaced.c.

◆ BaseContainerProps()

Placed marker color entry.

Placed marker icon entry.

Returns
Name

Definition at line 1 of file SCR_MapMarkerEntryPlaced.c.

◆ GetColorEntries()

array< ref SCR_MarkerColorEntry > BaseContainerProps::GetColorEntries ( )
protected

Definition at line 211 of file SCR_MapMarkerEntryPlaced.c.

◆ GetColorEntry()

Color BaseContainerProps::GetColorEntry ( int i)
protected

Definition at line 174 of file SCR_MapMarkerEntryPlaced.c.

◆ GetIconCategories()

array< ref SCR_MarkerIconCategory > BaseContainerProps::GetIconCategories ( )
protected

Definition at line 223 of file SCR_MapMarkerEntryPlaced.c.

◆ GetIconCategoryID()

int BaseContainerProps::GetIconCategoryID ( int iconID)
protected

Definition at line 194 of file SCR_MapMarkerEntryPlaced.c.

◆ GetIconEntries()

array< ref SCR_MarkerIconEntry > BaseContainerProps::GetIconEntries ( )
protected

Definition at line 217 of file SCR_MapMarkerEntryPlaced.c.

◆ GetIconEntry()

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

Definition at line 183 of file SCR_MapMarkerEntryPlaced.c.

◆ GetMarkerType()

override SCR_EMapMarkerType BaseContainerProps::GetMarkerType ( )
protected

Definition at line 229 of file SCR_MapMarkerEntryPlaced.c.

◆ GetMenuDescription()

string BaseContainerProps::GetMenuDescription ( )
protected

Definition at line 156 of file SCR_MapMarkerEntryPlaced.c.

◆ GetMenuIcon()

string BaseContainerProps::GetMenuIcon ( )
protected

Definition at line 168 of file SCR_MapMarkerEntryPlaced.c.

◆ GetMenuImageset()

ResourceName BaseContainerProps::GetMenuImageset ( )
protected

Definition at line 162 of file SCR_MapMarkerEntryPlaced.c.

◆ InitClientSettings()

override void BaseContainerProps::InitClientSettings ( SCR_MapMarkerBase marker,
SCR_MapMarkerWidgetComponent widgetComp,
bool skipProfanityFilter = false )
protected

Definition at line 235 of file SCR_MapMarkerEntryPlaced.c.

◆ OnMapLayerChanged()

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

Definition at line 252 of file SCR_MapMarkerEntryPlaced.c.

◆ SCR_MapMarkerIconEntryTitle()

class SCR_MarkerIconCategory SCR_MapMarkerIconEntryTitle ( )

Definition at line 174 of file SCR_MapMarkerEntryPlaced.c.

Variable Documentation

◆ m_aPlacedMarkerColors

ref array<ref SCR_MarkerColorEntry> m_aPlacedMarkerColors
protected

Definition at line 153 of file SCR_MapMarkerEntryPlaced.c.

◆ m_aPlacedMarkerIconCategories

ref array<ref SCR_MarkerIconCategory> m_aPlacedMarkerIconCategories
protected

Definition at line 147 of file SCR_MapMarkerEntryPlaced.c.

◆ m_aPlacedMarkerIcons

ref array<ref SCR_MarkerIconEntry> m_aPlacedMarkerIcons
protected

Definition at line 150 of file SCR_MapMarkerEntryPlaced.c.

◆ m_sIdentifier

string m_sIdentifier

Definition at line 1 of file SCR_MapMarkerEntryPlaced.c.

◆ m_sMenuDescription

string m_sMenuDescription
protected

Definition at line 138 of file SCR_MapMarkerEntryPlaced.c.

◆ m_sMenuIcon

string m_sMenuIcon
protected

Definition at line 144 of file SCR_MapMarkerEntryPlaced.c.

◆ m_sMenuImageset

ResourceName m_sMenuImageset
protected

Definition at line 141 of file SCR_MapMarkerEntryPlaced.c.

◆ m_sName

string m_sName

Definition at line 4 of file SCR_MapMarkerEntryPlaced.c.