Lines Matching refs:GetInteger

134 	sd = static_cast<SDMode> (config.GetSetting("SoundDevice")->GetInteger());  in FinalReadConfig()
135 sm = static_cast<SMMode> (config.GetSetting("MusicDevice")->GetInteger()); in FinalReadConfig()
136 sds = static_cast<SDSMode> (config.GetSetting("DigitalSoundDevice")->GetInteger()); in FinalReadConfig()
202 forcegrabmouse = config.GetSetting("ForceGrabMouse")->GetInteger() != 0; in ReadConfig()
203 mouseenabled = config.GetSetting("MouseEnabled")->GetInteger() != 0; in ReadConfig()
204 joystickenabled = config.GetSetting("JoystickEnabled")->GetInteger() != 0; in ReadConfig()
222 controlScheme[i].joystick = config.GetSetting(joySettingName)->GetInteger(); in ReadConfig()
223 controlScheme[i].keyboard = SDL2Convert(config.GetSetting(keySettingName)->GetInteger()); in ReadConfig()
224 controlScheme[i].mouse = config.GetSetting(mseSettingName)->GetInteger(); in ReadConfig()
226 viewsize = config.GetSetting("ViewSize")->GetInteger(); in ReadConfig()
227 mousexadjustment = config.GetSetting("MouseXAdjustment")->GetInteger(); in ReadConfig()
228 mouseyadjustment = config.GetSetting("MouseYAdjustment")->GetInteger(); in ReadConfig()
229 panxadjustment = config.GetSetting("PanXAdjustment")->GetInteger(); in ReadConfig()
230 panyadjustment = config.GetSetting("PanYAdjustment")->GetInteger(); in ReadConfig()
231 mouseyaxisdisabled = config.GetSetting("MouseYAxisDisabled")->GetInteger() != 0; in ReadConfig()
232 alwaysrun = config.GetSetting("AlwaysRun")->GetInteger() != 0; in ReadConfig()
233 AdlibVolume = config.GetSetting("SoundVolume")->GetInteger(); in ReadConfig()
235 MusicVolume = config.GetSetting("MusicVolume")->GetInteger(); in ReadConfig()
236 SoundVolume = config.GetSetting("DigitizedVolume")->GetInteger(); in ReadConfig()
237 vid_fullscreen = config.GetSetting("Vid_FullScreen")->GetInteger() != 0; in ReadConfig()
238 vid_aspect = static_cast<Aspect>(config.GetSetting("Vid_Aspect")->GetInteger()); in ReadConfig()
239 vid_vsync = config.GetSetting("Vid_Vsync")->GetInteger() != 0; in ReadConfig()
240 screenWidth = config.GetSetting("ScreenWidth")->GetInteger(); in ReadConfig()
241 screenHeight = config.GetSetting("ScreenHeight")->GetInteger(); in ReadConfig()
242 quitonescape = config.GetSetting("QuitOnEscape")->GetInteger() != 0; in ReadConfig()
243 movebob = config.GetSetting("MoveBob")->GetInteger(); in ReadConfig()
245 am_rotate = config.GetSetting("AM_Rotate")->GetInteger(); in ReadConfig()
246 am_drawtexturedwalls = config.GetSetting("AM_DrawTexturedWalls")->GetInteger() != 0; in ReadConfig()
247 am_drawfloors = config.GetSetting("AM_DrawFloors")->GetInteger() != 0; in ReadConfig()
248 am_overlay = config.GetSetting("AM_Overlay")->GetInteger(); in ReadConfig()
249 am_overlaytextured = config.GetSetting("AM_OverlayTextured")->GetInteger() != 0; in ReadConfig()
250 am_pause = config.GetSetting("AM_Pause")->GetInteger() != 0; in ReadConfig()
251 am_showratios = config.GetSetting("AM_ShowRatios")->GetInteger() != 0; in ReadConfig()
270 Scores[i].score = config.GetSetting(hsScore)->GetInteger(); in ReadConfig()
274 Scores[i].completed.Format("%d", config.GetSetting(hsCompleted)->GetInteger()); in ReadConfig()