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

Method LoadFromStream

src/Ext/VoxelAnimType/Body.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void VoxelAnimTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
37{
38 Extension<VoxelAnimTypeClass>::LoadFromStream(Stm);
39 this->Serialize(Stm);
40}
41
42void VoxelAnimTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
43{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected