| 
    Arma Reforger Script API
    
   | 
 
  
Public Member Functions | |
| void | SCR_SettingBindingGameplay (string module, string name, string widgetName, string subModule=string.Empty) | 
  Public Member Functions inherited from SCR_SettingsBindingBase | |
| void | SCR_SettingsBindingBase (string module, string name, string widgetName, string subModule=string.Empty) | 
| SCR_WLibComponentBase | GetComponent (string name, Widget parent) | 
| ScriptInvoker | GetEntryChangedInvoker () | 
| string | GetWidgetName () | 
| void | LoadEntry (Widget parent, bool forceLoadSettings=false, bool addEntryChangedEventHandler=true) | 
Additional Inherited Members | |
  Protected Member Functions inherited from SCR_SettingsBindingBase | |
| SCR_SpinBoxComponent | InitSpinBox (SCR_WLibComponentBase comp, bool addEntryChangedEventHandler) | 
| SCR_SliderComponent | InitSlider (SCR_WLibComponentBase comp, bool addEntryChangedEventHandler) | 
| SCR_CheckboxComponent | InitCheckBox (SCR_WLibComponentBase comp, bool addEntryChangedEventHandler) | 
| SCR_ComboBoxComponent | InitComboBox (SCR_WLibComponentBase comp, bool addEntryChangedEventHandler) | 
| BaseContainer | SetBaseContainer () | 
| void | OnSelectableChanged (SCR_WLibComponentBase comp, int i) | 
| void | OnSliderChanged (SCR_WLibComponentBase comp, float value) | 
| void | OnCheckboxChanged (SCR_WLibComponentBase comp, bool checked) | 
  Protected Attributes inherited from SCR_SettingsBindingBase | |
| string | m_sModule | 
| string | m_sSubModule | 
| string | m_sName | 
| string | m_sWidgetName | 
| BaseContainer | m_Setting | 
| int | m_iItem | 
| bool | m_bUseGameUserSettings | 
| ref ScriptInvoker | m_OnEntryChanged | 
| float | m_fMin | 
| float | m_fMax | 
| float | m_fStep | 
| float | m_fCurrent | 
| ref array< string > | m_aNames = new array<string>() | 
| ref array< int > | m_aVals = new array<int>() | 
| bool | m_bHasLimits = false | 
| void SCR_SettingBindingGameplay.SCR_SettingBindingGameplay | ( | string | module, | 
| string | name, | ||
| string | widgetName, | ||
| string | subModule = string::Empty ) |