Arma Reforger Script API
|
Compomenent with simple configuratino that will create list of given widgets. More...
Public Member Functions | |
override void | HandlerAttached (Widget w) |
array< ref SCR_WidgetListEntry > | GetInitialEntryList () |
SCR_WidgetListEntry | FindEntry (string propertyName, string groupTag="") |
Find variable of given property name and group tag - no group tag find any variable of given property name. | |
Widget | GetInvalidEntry () |
Go through list and check if values are correct Return first invalid entry widget Return null if all values are valid. | |
Protected Attributes | |
string | m_sListParent |
ref array< ref SCR_WidgetListEntry > | m_aInitialEntryList |
Widget | m_Root |
ScrollLayoutWidget | m_wScrollWidget |
VerticalLayoutWidget | m_wList |
Compomenent with simple configuratino that will create list of given widgets.
SCR_WidgetListEntry SCR_ConfigListComponent.FindEntry | ( | string | propertyName, |
string | groupTag = "" |
||
) |
Find variable of given property name and group tag - no group tag find any variable of given property name.
array< ref SCR_WidgetListEntry > SCR_ConfigListComponent.GetInitialEntryList | ( | ) |
Widget SCR_ConfigListComponent.GetInvalidEntry | ( | ) |
Go through list and check if values are correct Return first invalid entry widget
Return null if all values are valid.
override void SCR_ConfigListComponent.HandlerAttached | ( | Widget | w | ) |
Implemented in SCR_ServerConfigAdvancedComponent, and SCR_ServerConfigListComponent.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |