Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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_MarkerIconCategory > | GetIconCategories () |
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_MarkerIconCategory > | m_aPlacedMarkerIconCategories |
protected ref array< ref SCR_MarkerIconEntry > | m_aPlacedMarkerIcons |
protected ref array< ref SCR_MarkerColorEntry > | m_aPlacedMarkerColors |
string | m_sIdentifier |
string | m_sName |
SCR_MapMarkerTitle BaseContainerCustomTitle _WB_GetCustomTitle | ( | BaseContainer | source, |
out string | title | ||
) |
Definition at line 207 of file SCR_MapMarkerEntryPlaced.c.
SCR_MapMarkerEntryPlaced SCR_MapMarkerEntryConfig BaseContainerProps | ( | ) |
Placed marker color entry.
Placed marker icon entry.
Definition at line 136 of file SCR_MapMarkerEntryPlaced.c.
array<ref SCR_MarkerColorEntry> BaseContainerProps::GetColorEntries | ( | ) |
Definition at line 76 of file SCR_MapMarkerEntryPlaced.c.
Color BaseContainerProps::GetColorEntry | ( | int | i | ) |
Definition at line 39 of file SCR_MapMarkerEntryPlaced.c.
array<ref SCR_MarkerIconCategory> BaseContainerProps::GetIconCategories | ( | ) |
Definition at line 88 of file SCR_MapMarkerEntryPlaced.c.
Definition at line 59 of file SCR_MapMarkerEntryPlaced.c.
array<ref SCR_MarkerIconEntry> BaseContainerProps::GetIconEntries | ( | ) |
Definition at line 82 of file SCR_MapMarkerEntryPlaced.c.
bool BaseContainerProps::GetIconEntry | ( | int | i, |
out ResourceName | imageset, | ||
out ResourceName | imagesetGlow, | ||
out string | imageQuad | ||
) |
Definition at line 48 of file SCR_MapMarkerEntryPlaced.c.
override SCR_EMapMarkerType BaseContainerProps::GetMarkerType | ( | ) |
Definition at line 94 of file SCR_MapMarkerEntryPlaced.c.
string BaseContainerProps::GetMenuDescription | ( | ) |
Definition at line 21 of file SCR_MapMarkerEntryPlaced.c.
string BaseContainerProps::GetMenuIcon | ( | ) |
Definition at line 33 of file SCR_MapMarkerEntryPlaced.c.
ResourceName BaseContainerProps::GetMenuImageset | ( | ) |
Definition at line 27 of file SCR_MapMarkerEntryPlaced.c.
override void BaseContainerProps::InitClientSettings | ( | SCR_MapMarkerBase | marker, |
SCR_MapMarkerWidgetComponent | widgetComp | ||
) |
Definition at line 100 of file SCR_MapMarkerEntryPlaced.c.
override void BaseContainerProps::OnMapLayerChanged | ( | notnull SCR_MapMarkerWidgetComponent | widgetComp, |
int | layerID | ||
) |
Definition at line 117 of file SCR_MapMarkerEntryPlaced.c.
class SCR_MarkerIconCategory SCR_MapMarkerIconEntryTitle | ( | ) |
Definition at line 164 of file SCR_MapMarkerEntryPlaced.c.
protected ref array<ref SCR_MarkerColorEntry> m_aPlacedMarkerColors |
Definition at line 18 of file SCR_MapMarkerEntryPlaced.c.
protected ref array<ref SCR_MarkerIconCategory> m_aPlacedMarkerIconCategories |
Definition at line 12 of file SCR_MapMarkerEntryPlaced.c.
protected ref array<ref SCR_MarkerIconEntry> m_aPlacedMarkerIcons |
Definition at line 15 of file SCR_MapMarkerEntryPlaced.c.
string m_sIdentifier |
Definition at line 3 of file SCR_MapMarkerEntryPlaced.c.
protected string m_sMenuDescription |
Definition at line 3 of file SCR_MapMarkerEntryPlaced.c.
protected string m_sMenuIcon |
Definition at line 9 of file SCR_MapMarkerEntryPlaced.c.
protected ResourceName m_sMenuImageset |
Definition at line 6 of file SCR_MapMarkerEntryPlaced.c.
string m_sName |
Definition at line 6 of file SCR_MapMarkerEntryPlaced.c.