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

Method LoadFromStream

src/Ext/OverlayType/Body.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void OverlayTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
44{
45 Extension<OverlayTypeClass>::LoadFromStream(Stm);
46 this->Serialize(Stm);
47 this->Palette = GeneralUtils::BuildPalette(this->PaletteFile);
48}
49
50void OverlayTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
51{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected