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

Method PostLoadState

Source/IDrawableModule.h:182–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 int LoadModuleSaveStateRev(FileStreamIn& in);
181 virtual int GetModuleSaveStateRev() const { return -1; }
182 virtual void PostLoadState() {}
183 virtual std::vector<IUIControl*> ControlsToNotSetDuringLoadState() const;
184 virtual std::vector<IUIControl*> ControlsToIgnoreInSaveState() const;
185 virtual void UpdateOldControlName(std::string& oldName) {}

Callers 1

LoadStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected