Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_ConfigListEntry Interface Reference

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
 

Detailed Description

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.

Member Function Documentation

◆ GetScriptedWidgetComponentType()

string SCR_ConfigListEntry.GetScriptedWidgetComponentType ( )

◆ GetTypeTag()

string SCR_ConfigListEntry.GetTypeTag ( )

◆ GetWidgetListEntry()

SCR_WidgetListEntry SCR_ConfigListEntry.GetWidgetListEntry ( )

Member Data Documentation

◆ m_sScriptedWidgetComponentType

string SCR_ConfigListEntry.m_sScriptedWidgetComponentType
protected

◆ m_sTypeTag

string SCR_ConfigListEntry.m_sTypeTag
protected

◆ m_WidgetListEntry

ref SCR_WidgetListEntry SCR_ConfigListEntry.m_WidgetListEntry
protected

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