Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ConfigListEntries.c File Reference

Go to the source code of this file.

Classes

class  SCR_ConfigListEntries
class  SCR_ConfigListEntryCustomTitle

Functions

SCR_ConfigListEntry FindEntryByTypeTag (string tag)
SCR_ConfigListEntry FindEntryByWidgetListEntry (SCR_WidgetListEntry widgetListEntry)
SCR_ConfigListEntry FindEntryByComponentType (typename componentType)
class SCR_ConfigListEntries SCR_ConfigListEntryCustomTitle ()] class SCR_ConfigListEntry

Variables

ref array< ref SCR_ConfigListEntry > m_aEntryDefinitions
SCR_ConfigListEntryCustomTitle BaseContainerProps

Function Documentation

◆ FindEntryByComponentType()

SCR_ConfigListEntry BaseContainerProps::FindEntryByComponentType ( typename componentType )
protected

Definition at line 28 of file SCR_ConfigListEntries.c.

◆ FindEntryByTypeTag()

SCR_ConfigListEntry BaseContainerProps::FindEntryByTypeTag ( string tag)
protected

Definition at line 4 of file SCR_ConfigListEntries.c.

◆ FindEntryByWidgetListEntry()

SCR_ConfigListEntry BaseContainerProps::FindEntryByWidgetListEntry ( SCR_WidgetListEntry widgetListEntry)
protected

Definition at line 16 of file SCR_ConfigListEntries.c.

◆ SCR_ConfigListEntryCustomTitle()

class SCR_ConfigListEntries SCR_ConfigListEntryCustomTitle ( )

Definition at line 49 of file SCR_ConfigListEntries.c.

Variable Documentation

◆ BaseContainerProps

SCR_ConfigListEntryCustomTitle BaseContainerProps ( )

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.

◆ m_aEntryDefinitions

ref array<ref SCR_ConfigListEntry> m_aEntryDefinitions
protected

Definition at line 1 of file SCR_ConfigListEntries.c.