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

Method getSpellFromPacket

source/spells/SpellCallToWar.cpp:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182Spell* SpellCallToWar::getSpellFromPacket(GameMap* gameMap, ODPacket &is)
183{
184 SpellCallToWar* spell = new SpellCallToWar(gameMap);
185 spell->importFromPacket(is);
186 return spell;
187}
188

Callers

nothing calls this directly

Calls 1

importFromPacketMethod · 0.45

Tested by

no test coverage detected