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

Method getSpellFromPacket

source/spells/SpellEyeEvil.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176Spell* SpellEyeEvil::getSpellFromPacket(GameMap* gameMap, ODPacket &is)
177{
178 SpellEyeEvil* spell = new SpellEyeEvil(gameMap);
179 spell->importFromPacket(is);
180 return spell;
181}
182

Callers

nothing calls this directly

Calls 1

importFromPacketMethod · 0.45

Tested by

no test coverage detected