MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / SaveToStream

Method SaveToStream

src/Ext/VoxelAnim/Body.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void VoxelAnimExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
43{
44 Extension<VoxelAnimClass>::SaveToStream(Stm);
45 this->Serialize(Stm);
46}
47
48bool VoxelAnimExt::LoadGlobals(PhobosStreamReader& Stm)
49{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected