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

Method SaveState

Source/Prefab.cpp:353–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void Prefab::SaveState(FileStreamOut& out)
354{
355 out << GetModuleSaveStateRev();
356
357 IDrawableModule::SaveState(out);
358
359 out << mPrefabName;
360}
361
362void Prefab::LoadState(FileStreamIn& in, int rev)
363{

Callers 1

SavePrefabMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected