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

Go to the source code of this file.

Classes

class  SCR_EntityTooltipEditorUIComponent

Functions

SCR_EntityTooltipEditorUIComponent SCR_BaseTooltipEditorUIComponent BaseContainerProps ()
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

string m_sImageWidgetName
string m_sImageOverlayWidgetName
string m_sFactionWidgetName
string m_sDetailsNameWidgetName
string m_sHeaderTypeName
string m_sAssetCardWidgetName
string m_sColorBarName
ref Color m_cPlayerColor
ref SCR_EntityTooltipConfig m_EntityTooltipConfig
SCR_EntityTooltipDetailType m_DetailType

Function Documentation

◆ BaseContainerProps()

◆ SCR_BaseContainerCustomTitleEnum()

SCR_EntityTooltipEditorUIComponent SCR_BaseTooltipEditorUIComponent SCR_BaseContainerCustomTitleEnum ( EEditableEntityType ,
"m_EntityType"  )
Parameters
[in]entity
[in]type
[in]parent
[in]entity
[out]showImage
Returns

Definition at line 210 of file SCR_EntityTooltipEditorUIComponent.c.

◆ SetTooltip()

override bool BaseContainerProps::SetTooltip ( SCR_UIInfo info,
Managed instance = null )
protected

Definition at line 38 of file SCR_EntityTooltipEditorUIComponent.c.

◆ UpdateTooltip()

override void BaseContainerProps::UpdateTooltip ( Managed instance = null)
protected

Definition at line 30 of file SCR_EntityTooltipEditorUIComponent.c.

Variable Documentation

◆ m_cPlayerColor

ref Color m_cPlayerColor
protected

Definition at line 22 of file SCR_EntityTooltipEditorUIComponent.c.

◆ m_DetailType

SCR_EntityTooltipDetailType m_DetailType
protected

Definition at line 27 of file SCR_EntityTooltipEditorUIComponent.c.

◆ m_EntityTooltipConfig

ref SCR_EntityTooltipConfig m_EntityTooltipConfig
protected

Definition at line 25 of file SCR_EntityTooltipEditorUIComponent.c.

◆ m_sAssetCardWidgetName

string m_sAssetCardWidgetName
protected

Definition at line 16 of file SCR_EntityTooltipEditorUIComponent.c.

◆ m_sColorBarName

string m_sColorBarName
protected

Definition at line 19 of file SCR_EntityTooltipEditorUIComponent.c.

◆ m_sDetailsNameWidgetName

string m_sDetailsNameWidgetName
protected

Definition at line 10 of file SCR_EntityTooltipEditorUIComponent.c.

◆ m_sFactionWidgetName

string m_sFactionWidgetName
protected

Definition at line 7 of file SCR_EntityTooltipEditorUIComponent.c.

◆ m_sHeaderTypeName

string m_sHeaderTypeName
protected

Definition at line 13 of file SCR_EntityTooltipEditorUIComponent.c.

◆ m_sImageOverlayWidgetName

string m_sImageOverlayWidgetName
protected

Definition at line 4 of file SCR_EntityTooltipEditorUIComponent.c.

◆ m_sImageWidgetName

string m_sImageWidgetName
protected

Definition at line 1 of file SCR_EntityTooltipEditorUIComponent.c.