Arma Reforger Script API
|
Public Member Functions | |
void | SCR_FieldManualConfigEntry_Standard () |
override Widget | CreateWidget (notnull Widget parent) |
To be overridden by child classes to call CreateWidgetFromLayout. | |
Public Member Functions inherited from SCR_FieldManualConfigEntry | |
void | SCR_FieldManualConfigEntry () |
Widget | CreateWidget (notnull Widget parent) |
To be overridden by child classes to call CreateWidgetFromLayout. | |
bool | CanRefresh () |
Used to check if the entry requires a refresh (on e.g KBM/pad input change) Valid only after CreateWidgetFromLayout has been called! | |
Public Attributes | |
ResourceName | m_Layout |
Public Attributes inherited from SCR_FieldManualConfigEntry | |
bool | m_bEnabled |
EFieldManualEntryId | m_eId |
string | m_sTitle |
ResourceName | m_Image |
SCR_FieldManualConfigCategory | m_Parent |
ref array< ref SCR_FieldManualPiece > | m_aContent |
Additional Inherited Members | |
Protected Member Functions inherited from SCR_FieldManualConfigEntry | |
Widget | CreateWidgetFromLayout (ResourceName layout, notnull Widget parent) |
Protected Attributes inherited from SCR_FieldManualConfigEntry | |
bool | m_bCanRefresh |
void SCR_FieldManualConfigEntry_Standard.SCR_FieldManualConfigEntry_Standard | ( | ) |
override Widget SCR_FieldManualConfigEntry_Standard.CreateWidget | ( | notnull Widget | parent | ) |
To be overridden by child classes to call CreateWidgetFromLayout.
Implements SCR_FieldManualConfigEntry.
ResourceName SCR_FieldManualConfigEntry_Standard.m_Layout |