Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_RowTooltipEditorUIComponent Interface Reference
Inheritance diagram for SCR_RowTooltipEditorUIComponent:

Public Member Functions

bool AddText (int rowIndex, string text, Color color=null, string param1=string.Empty, string param2=string.Empty, string param3=string.Empty, string param4=string.Empty, string param5=string.Empty)
 
bool AddIcon (int rowIndex, ResourceName icon, Color color=null, string setName=string.Empty)
 
override void HandlerAttached (Widget w)
 

Protected Member Functions

Widget GetRow (int rowIndex)
 
void CreateRows (int rowsToAdd=1)
 

Protected Attributes

ResourceName m_sRowWidget
 
ResourceName m_sTextWidget
 
ResourceName m_sIconWidget
 
Widget m_wRoot
 
ref array< Widget > m_aRows = {}
 

Member Function Documentation

◆ AddIcon()

bool SCR_RowTooltipEditorUIComponent.AddIcon ( int rowIndex,
ResourceName icon,
Color color = null,
string setName = string::Empty )

◆ AddText()

bool SCR_RowTooltipEditorUIComponent.AddText ( int rowIndex,
string text,
Color color = null,
string param1 = string::Empty,
string param2 = string::Empty,
string param3 = string::Empty,
string param4 = string::Empty,
string param5 = string::Empty )

◆ CreateRows()

void SCR_RowTooltipEditorUIComponent.CreateRows ( int rowsToAdd = 1)
protected

◆ GetRow()

Widget SCR_RowTooltipEditorUIComponent.GetRow ( int rowIndex)
protected

◆ HandlerAttached()

override void SCR_RowTooltipEditorUIComponent.HandlerAttached ( Widget w)

Member Data Documentation

◆ m_aRows

ref array<Widget> SCR_RowTooltipEditorUIComponent.m_aRows = {}
protected

◆ m_sIconWidget

ResourceName SCR_RowTooltipEditorUIComponent.m_sIconWidget
protected

◆ m_sRowWidget

ResourceName SCR_RowTooltipEditorUIComponent.m_sRowWidget
protected

◆ m_sTextWidget

ResourceName SCR_RowTooltipEditorUIComponent.m_sTextWidget
protected

◆ m_wRoot

Widget SCR_RowTooltipEditorUIComponent.m_wRoot
protected

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