MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / GetOrSetBool

Method GetOrSetBool

PanzerChasm/settings.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296bool Settings::GetOrSetBool( const char* const name, const bool default_value )
297{
298 return GetOrSetInt( name, default_value ? 1 : 0 ) != 0;
299}
300
301void Settings::GetSettingsKeysStartsWith(
302 const char* const settings_key_start,

Callers 15

HostMethod · 0.80
LoopMethod · 0.80
SystemWindowMethod · 0.80
BeginFrameMethod · 0.80
MenuDrawerGLMethod · 0.80
GraphicsMenuMethod · 0.80
DrawMethod · 0.80
VideoMenuMethod · 0.80
OptionsMenuMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80
UpdateParamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected