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

Method GetBool

PanzerChasm/settings.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251bool Settings::GetBool( const char* const name, const bool default_value ) const
252{
253 return GetInt( name, default_value ? 1 : 0 ) != 0;
254}
255
256const char* Settings::GetOrSetString( const char* const name, const char* const default_value )
257{

Callers 3

DrawMethod · 0.80
ProcessEventMethod · 0.80
OptionsMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected