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

Method SetSetting

PanzerChasm/settings.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void Settings::SetSetting( const char* const name, const char* const value )
184{
185 map_[ SettingsStringContainer(name) ]= std::string(value);
186}
187
188void Settings::SetSetting( const char* const name, const int value )
189{

Callers 10

ProcessCommandMethod · 0.80
SystemWindowMethod · 0.80
UpdateBrightnessMethod · 0.80
ProcessEventMethod · 0.80
UpdateSettingsMethod · 0.80
ProcessEventsMethod · 0.80
UpdateParamsMethod · 0.80
ControllerRotateMethod · 0.80
MapDrawerGLMethod · 0.80

Calls 2

FloatToStrFunction · 0.85

Tested by

no test coverage detected