MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / load

Method load

source/creatureeffect/CreatureEffectDefense.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67CreatureEffectDefense* CreatureEffectDefense::load(std::istream& is)
68{
69 CreatureEffectDefense* effect = new CreatureEffectDefense;
70 effect->importFromStream(is);
71 return effect;
72}
73
74void CreatureEffectDefense::exportToStream(std::ostream& os) const
75{

Callers

nothing calls this directly

Calls 1

importFromStreamMethod · 0.45

Tested by

no test coverage detected