Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_SettingBindingGameplay.c
Go to the documentation of this file.
1class SCR_SettingBindingGameplay : SCR_SettingsBindingBase
2{
3 void SCR_SettingBindingGameplay(string module, string name, string widgetName, string subModule = string.Empty)
4 {
6 if (!SetBaseContainer())
7 return;
8
9 m_iItem = m_Setting.GetVarIndex(m_sName);
10 if (m_iItem < 0)
11 return;
12 }
13};
void SCR_SettingsBindingBase(string module, string name, string widgetName, string subModule=string.Empty)