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

Method LoadState

Source/SaveStateLoader.cpp:151–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void SaveStateLoader::LoadState(FileStreamIn& in, int rev)
152{
153 IDrawableModule::LoadState(in, rev);
154
155 int count;
156 in >> count;
157 for (int i = 0; i < (int)mLoadButtons.size() && i < count; ++i)
158 {
159 in >> mLoadButtons[i].mFilePath;
160 UpdateButtonLabel(i);
161 }
162}

Callers 1

ButtonClickedMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected