MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SetBool

Method SetBool

Source/ModuleSaveData.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void ModuleSaveData::SetBool(std::string prop, bool val)
119{
120 SaveVal* save = GetVal(prop);
121 assert(save);
122 save->mType = kBool;
123 save->mBool = val;
124}
125
126void ModuleSaveData::SetString(std::string prop, std::string val)
127{

Callers 3

LoadControllerLayoutMethod · 0.80
LoadStateMethod · 0.80
LoadOldControlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected