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

Method ApplyChanges

Source/ModuleSaveDataPanel.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void ModuleSaveDataPanel::ApplyChanges()
288{
289 if (mSaveModule)
290 mSaveModule->SetUpFromSaveDataBase();
291 TheSaveDataPanel->SetModule(nullptr);
292}
293
294void ModuleSaveDataPanel::FillDropdownList(DropdownList* list, ModuleSaveData::SaveVal* save)
295{

Callers

nothing calls this directly

Calls 2

SetUpFromSaveDataBaseMethod · 0.80
SetModuleMethod · 0.80

Tested by

no test coverage detected