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

Method SaveToStream

src/Ext/Team/Body.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void TeamExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
35{
36 Extension<TeamClass>::SaveToStream(Stm);
37 this->Serialize(Stm);
38}
39
40void TeamExt::ExtData::InvalidatePointer(void* ptr, bool bRemoved)
41{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected