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

Method SaveToStream

src/Ext/Bullet/Body.cpp:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418void BulletExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
419{
420 Extension<BulletClass>::SaveToStream(Stm);
421 this->Serialize(Stm);
422}
423
424// =============================
425// container

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected