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

Method getSpellFromStream

source/spells/SpellEyeEvil.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169Spell* SpellEyeEvil::getSpellFromStream(GameMap* gameMap, std::istream &is)
170{
171 SpellEyeEvil* spell = new SpellEyeEvil(gameMap);
172 spell->importFromStream(is);
173 return spell;
174}
175
176Spell* SpellEyeEvil::getSpellFromPacket(GameMap* gameMap, ODPacket &is)
177{

Callers

nothing calls this directly

Calls 1

importFromStreamMethod · 0.45

Tested by

no test coverage detected