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_EntityTooltipEditorUIComponent |
Functions | |
override void | UpdateTooltip (Managed instance=null) |
override bool | SetTooltip (SCR_UIInfo info, Managed instance=null) |
SCR_EntityTooltipEditorUIComponent SCR_BaseTooltipEditorUIComponent | SCR_BaseContainerCustomTitleEnum (EEditableEntityType, "m_EntityType") |
Variables | |
protected string | m_sImageWidgetName |
protected string | m_sImageOverlayWidgetName |
protected string | m_sFactionWidgetName |
protected string | m_sDetailsNameWidgetName |
protected string | m_sHeaderTypeName |
protected string | m_sAssetCardWidgetName |
protected string | m_sColorBarName |
protected ref Color | m_cPlayerColor |
protected ref SCR_EntityTooltipConfig | m_EntityTooltipConfig |
protected SCR_EntityTooltipDetailType | m_DetailType |
SCR_EditorPingInfoDisplay | BaseContainerProps () |
Class that saves the color data for specific ENotificationColor enums for the notification system. More... | |
SCR_EntityTooltipEditorUIComponent SCR_BaseTooltipEditorUIComponent SCR_BaseContainerCustomTitleEnum | ( | EEditableEntityType | , |
"m_EntityType" | |||
) |
[in] | entity | |
[in] | type | |
[in] | parent | |
[in] | entity | |
[out] | showImage |
Definition at line 201 of file SCR_EntityTooltipEditorUIComponent.c.
override bool BaseContainerProps::SetTooltip | ( | SCR_UIInfo | info, |
Managed | instance = null |
||
) |
Definition at line 40 of file SCR_EntityTooltipEditorUIComponent.c.
override void BaseContainerProps::UpdateTooltip | ( | Managed | instance = null | ) |
Definition at line 32 of file SCR_EntityTooltipEditorUIComponent.c.
protected ref Color m_cPlayerColor |
Definition at line 24 of file SCR_EntityTooltipEditorUIComponent.c.
protected SCR_EntityTooltipDetailType m_DetailType |
Definition at line 29 of file SCR_EntityTooltipEditorUIComponent.c.
protected ref SCR_EntityTooltipConfig m_EntityTooltipConfig |
Definition at line 27 of file SCR_EntityTooltipEditorUIComponent.c.
protected string m_sAssetCardWidgetName |
Definition at line 18 of file SCR_EntityTooltipEditorUIComponent.c.
protected string m_sColorBarName |
Definition at line 21 of file SCR_EntityTooltipEditorUIComponent.c.
protected string m_sDetailsNameWidgetName |
Definition at line 12 of file SCR_EntityTooltipEditorUIComponent.c.
protected string m_sFactionWidgetName |
Definition at line 9 of file SCR_EntityTooltipEditorUIComponent.c.
protected string m_sHeaderTypeName |
Definition at line 15 of file SCR_EntityTooltipEditorUIComponent.c.
protected string m_sImageOverlayWidgetName |
Definition at line 6 of file SCR_EntityTooltipEditorUIComponent.c.
protected string m_sImageWidgetName |
Definition at line 3 of file SCR_EntityTooltipEditorUIComponent.c.