Arma Reforger Script API
|
Define SCR_WidgetListEntry layout, type. More...
Public Member Functions | |
string | GetTypeTag () |
SCR_WidgetListEntry | GetWidgetListEntry () |
string | GetScriptedWidgetComponentType () |
Protected Attributes | |
string | m_sTypeTag |
ref SCR_WidgetListEntry | m_WidgetListEntry |
string | m_sScriptedWidgetComponentType |
Define SCR_WidgetListEntry layout, type.
Based on configuration entries and widgets can be created. E.g. there is list of widget, one has SCR_EditboxComponent. If it's needed to define it in unified data list it's found that SCR_WidgetListEntryEditBox needs to be created.
string SCR_ConfigListEntry.GetScriptedWidgetComponentType | ( | ) |
string SCR_ConfigListEntry.GetTypeTag | ( | ) |
SCR_WidgetListEntry SCR_ConfigListEntry.GetWidgetListEntry | ( | ) |
|
protected |
|
protected |
|
protected |