Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_EntityTooltipEditorUIComponent Interface Reference
Inheritance diagram for SCR_EntityTooltipEditorUIComponent:
[legend]

Public Member Functions

override void UpdateTooltip (Managed instance=null)
 
override bool SetTooltip (SCR_UIInfo info, Managed instance=null)
 
- Public Member Functions inherited from SCR_BaseTooltipEditorUIComponent
void UpdateTooltip (Managed instance=null)
 
bool SetTooltip (SCR_UIInfo info, Managed instance=null)
 
override bool IsUnique ()
 Is the component to exist only in one instance? If so, it will be registered in the list of components and can be searched for.
 
- Public Member Functions inherited from MenuRootSubComponent
Widget GetWidget ()
 Get widget to which the component belongs to.
 
MenuRootBase GetMenu ()
 Get menu of which the widget is part of.
 
MenuRootComponent GetRootComponent ()
 Get root component of this subcomponent,.
 
void HandlerAttachedScripted (Widget w)
 Event called when subcomponent is initialized.
 
override void HandlerAttached (Widget w)
 
override void HandlerDeattached (Widget w)
 

Protected Attributes

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
 
- Protected Attributes inherited from SCR_BaseTooltipEditorUIComponent
string m_sNameWidgetName
 
string m_sDescriptionWidgetName
 
string m_sIconWidgetName
 
- Protected Attributes inherited from SCR_BaseEditorUIComponent
vector m_vClickPosCancel
 

Additional Inherited Members

- Static Public Attributes inherited from SCR_BaseEditorUIComponent
const int CANCEL_CLICK_MAX_DIS = 5
 
const int CANCEL_CLICK_MAX_TIME = 500
 
- Protected Member Functions inherited from SCR_BaseEditorUIComponent
vector OnCancelDown ()
 
bool OnCancelUp ()
 
void OnCancelExpired ()
 
bool IsUnique ()
 Is the component to exist only in one instance? If so, it will be registered in the list of components and can be searched for.
 

Member Function Documentation

◆ SetTooltip()

override bool SCR_EntityTooltipEditorUIComponent.SetTooltip ( SCR_UIInfo  info,
Managed  instance = null 
)
Parameters
[in]info
[in]instance
Returns

Implements SCR_BaseTooltipEditorUIComponent.

◆ UpdateTooltip()

override void SCR_EntityTooltipEditorUIComponent.UpdateTooltip ( Managed  instance = null)
Parameters
[in]instance

Implements SCR_BaseTooltipEditorUIComponent.

Member Data Documentation

◆ m_cPlayerColor

ref Color SCR_EntityTooltipEditorUIComponent.m_cPlayerColor
protected

◆ m_DetailType

SCR_EntityTooltipDetailType SCR_EntityTooltipEditorUIComponent.m_DetailType
protected

◆ m_EntityTooltipConfig

ref SCR_EntityTooltipConfig SCR_EntityTooltipEditorUIComponent.m_EntityTooltipConfig
protected

◆ m_sAssetCardWidgetName

string SCR_EntityTooltipEditorUIComponent.m_sAssetCardWidgetName
protected

◆ m_sColorBarName

string SCR_EntityTooltipEditorUIComponent.m_sColorBarName
protected

◆ m_sDetailsNameWidgetName

string SCR_EntityTooltipEditorUIComponent.m_sDetailsNameWidgetName
protected

◆ m_sFactionWidgetName

string SCR_EntityTooltipEditorUIComponent.m_sFactionWidgetName
protected

◆ m_sHeaderTypeName

string SCR_EntityTooltipEditorUIComponent.m_sHeaderTypeName
protected

◆ m_sImageOverlayWidgetName

string SCR_EntityTooltipEditorUIComponent.m_sImageOverlayWidgetName
protected

◆ m_sImageWidgetName

string SCR_EntityTooltipEditorUIComponent.m_sImageWidgetName
protected

The documentation for this interface was generated from the following file: