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

Method LoadFromStream

src/Ext/Team/Body.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void TeamExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
29{
30 Extension<TeamClass>::LoadFromStream(Stm);
31 this->Serialize(Stm);
32}
33
34void TeamExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
35{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected