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

Method GetBool

Source/ModuleSaveData.cpp:168–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168bool ModuleSaveData::GetBool(std::string prop)
169{
170 const SaveVal* save = GetVal(prop);
171 assert(save);
172 assert(save->mType == kBool);
173 return save->mBool;
174}
175
176std::string ModuleSaveData::GetString(std::string prop)
177{

Callers 15

SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80
SetUpFromSaveDataMethod · 0.80

Calls

no outgoing calls

Tested by 2

SetUpFromSaveDataMethod · 0.64
SetUpFromSaveDataMethod · 0.64