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

Method addSpell

source/gamemap/GameMap.cpp:2829–2834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2827}
2828
2829void GameMap::addSpell(Spell *spell)
2830{
2831 OD_LOG_INF(serverStr() + "Adding spell " + spell->getName()
2832 + ",MeshName=" + spell->getMeshName());
2833 mSpells.push_back(spell);
2834}
2835
2836void GameMap::removeSpell(Spell *spell)
2837{

Callers 1

addToGameMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected