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

Method importFromStream

source/creatureeffect/CreatureEffectHeal.cpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool CreatureEffectHeal::importFromStream(std::istream& is)
73{
74 if(!CreatureEffect::importFromStream(is))
75 return false;
76 if(!(is >> mEffectValue))
77 return false;
78
79 return true;
80}

Callers 1

loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected