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

Method SaveToStream

src/Ext/Rules/Body.cpp:428–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void RulesExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
429{
430 Extension<RulesClass>::SaveToStream(Stm);
431 this->Serialize(Stm);
432}
433
434void RulesExt::ExtData::ReplaceVoxelLightSources()
435{

Callers 1

Body.cppFile · 0.45

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected