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

Method SetUpFromSaveDataBase

Source/IDrawableModule.cpp:1216–1223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1214}
1215
1216void IDrawableModule::SetUpFromSaveDataBase()
1217{
1218 ITimeListener* timeListener = dynamic_cast<ITimeListener*>(this);
1219 if (timeListener)
1220 timeListener->mTransportPriority = mModuleSaveData.GetInt("transport_priority");
1221
1222 SetUpFromSaveData();
1223}
1224
1225namespace
1226{

Callers 4

AddEffectMethod · 0.80
SetUpFromSaveDataMethod · 0.80
ApplyChangesMethod · 0.80
SpawnModuleOnTheFlyMethod · 0.80

Calls 1

GetIntMethod · 0.80

Tested by

no test coverage detected