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

Method Load

src/Ext/Cell/Body.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{ }
35
36bool CellExt::RadLevel::Load(PhobosStreamReader& stm, bool registerForChange)
37{
38 return this->Serialize(stm);
39}
40
41bool CellExt::RadLevel::Save(PhobosStreamWriter& stm) const
42{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.45

Tested by

no test coverage detected