MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / FindSetting

Method FindSetting

SampleFramework11/v1.02/Settings.cpp:635–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

633}
634
635Setting* SettingsContainer::FindSetting(const std::string& name)
636{
637 if(settings.find(name) != settings.end())
638 return settings[name];
639 else
640 return nullptr;
641}
642
643void SettingsContainer::AddFloatSetting(const char* name, const char* label, const char* group,
644 float initialVal, float minVal, float maxVal, float step,

Callers 1

LoadLightSettingsFunction · 0.80

Calls 1

endMethod · 0.80

Tested by

no test coverage detected