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

Public Member Functions

bool NeedUpdate ()
 
bool CreateDetail (SCR_EditableEntityComponent entity, Widget parent, TextWidget label, bool setFrameslot=true)
 
void UpdateDetail (SCR_EditableEntityComponent entity)
 
bool InitDetail (SCR_EditableEntityComponent entity, Widget widget)
 
bool GetShowLabel ()
 

Protected Attributes

LocalizedString m_sDisplayName
 
ResourceName m_Layout
 
Widget m_Widget
 
bool m_bShowLabel
 

Member Function Documentation

◆ CreateDetail()

bool SCR_EntityTooltipDetail.CreateDetail ( SCR_EditableEntityComponent  entity,
Widget  parent,
TextWidget  label,
bool  setFrameslot = true 
)
Parameters
[in]entity
[in]parent
[in]label
[in]setFrameslot
Returns

Implemented in SCR_EntityConditionTooltipDetail.

◆ GetShowLabel()

bool SCR_EntityTooltipDetail.GetShowLabel ( )
Returns
if label should be shown

◆ InitDetail()

bool SCR_EntityTooltipDetail.InitDetail ( SCR_EditableEntityComponent  entity,
Widget  widget 
)

◆ NeedUpdate()

bool SCR_EntityTooltipDetail.NeedUpdate ( )

◆ UpdateDetail()

void SCR_EntityTooltipDetail.UpdateDetail ( SCR_EditableEntityComponent  entity)

Member Data Documentation

◆ m_bShowLabel

bool SCR_EntityTooltipDetail.m_bShowLabel
protected

◆ m_Layout

ResourceName SCR_EntityTooltipDetail.m_Layout
protected

◆ m_sDisplayName

LocalizedString SCR_EntityTooltipDetail.m_sDisplayName
protected

◆ m_Widget

Widget SCR_EntityTooltipDetail.m_Widget
protected

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