Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_SettingBindingGameplay.c
Go to the documentation of this file.
2 {
3  void SCR_SettingBindingGameplay(string module, string name, string widgetName, string subModule = string.Empty)
4  {
5  m_bUseGameUserSettings = true;
6  if (!SetBaseContainer())
7  return;
8 
9  m_iItem = m_Setting.GetVarIndex(m_sName);
10  if (m_iItem < 0)
11  return;
12  }
13 };
SCR_SettingsBindingBase
Definition: SCR_SettingsBindingBase.c:1
SCR_SettingBindingGameplay
Definition: SCR_SettingBindingGameplay.c:1
m_sName
protected LocalizedString m_sName
Definition: SCR_GroupIdentityComponent.c:19