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

Method LoadFromStream

src/Ext/Rules/Body.cpp:420–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void RulesExt::ExtData::LoadFromStream(PhobosStreamReader& Stm)
421{
422 Extension<RulesClass>::LoadFromStream(Stm);
423 this->Serialize(Stm);
424
425 this->ReplaceVoxelLightSources();
426}
427
428void RulesExt::ExtData::SaveToStream(PhobosStreamWriter& Stm)
429{

Callers 1

GET_STACKFunction · 0.45

Calls 2

SerializeMethod · 0.95

Tested by

no test coverage detected