Arma Reforger Script API
|
Component for tooltips that display a list of strings (e.g. More...
Public Member Functions | |
void | Init (array< string > messages, bool showSeparator=false) |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
override void | HandlerAttached (Widget w) |
override bool | OnClick (Widget w, int x, int y, int button) |
Widget | GetRootWidget () |
bool | IsVisible () |
Static Public Member Functions | |
static SCR_ListTooltipComponent | FindComponent (notnull Widget w) |
Static Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
Base method for component lookup through the widget library. | |
Protected Member Functions | |
override void | HandlerAttached (Widget w) |
Protected Attributes | |
ResourceName | m_sLineLayout |
VerticalLayoutWidget | m_wListWrapper |
Widget | m_wSeparator |
ref array< string > | m_aMessages = {} |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
Widget | m_wRoot |
Additional Inherited Members | |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
ref ScriptInvoker | m_OnClick = new ScriptInvoker |
Component for tooltips that display a list of strings (e.g.
hidden filters)
|
static |
|
protected |
Implements SCR_ScriptedWidgetComponent.
void SCR_ListTooltipComponent.Init | ( | array< string > | messages, |
bool | showSeparator = false |
||
) |
|
protected |
|
protected |
|
protected |
|
protected |