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

Method SaveToStream

src/Ext/Tiberium/Body.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void TiberiumExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
32{
33 Extension<TiberiumClass>::SaveToStream(Stm);
34 this->Serialize(Stm);
35}
36
37bool TiberiumExt::LoadGlobals(PhobosStreamReader& Stm)
38{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected