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

Method SaveToStream

src/Ext/AnimType/Body.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void AnimTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
197{
198 Extension<AnimTypeClass>::SaveToStream(Stm);
199 this->Serialize(Stm);
200}
201
202AnimTypeExt::ExtContainer::ExtContainer() : Container("AnimTypeClass") { }
203AnimTypeExt::ExtContainer::~ExtContainer() = default;

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected