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

Method LoadFromStream

src/New/Type/AttachEffectTypeClass.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void AttachEffectTypeClass::LoadFromStream(PhobosStreamReader& Stm)
217{
218 this->Serialize(Stm);
219 AddToGroupsMap();
220}
221
222void AttachEffectTypeClass::SaveToStream(PhobosStreamWriter& Stm)
223{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected