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

Method write

source/spells/SpellManager.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void SpellManager::write(const Spell& spell, std::ostream& os)
114{
115 os << spell.getName();
116 spell.exportToStream(os);
117}
118
119void SpellManager::checkSpellCast(GameMap* gameMap, SpellType type, const InputManager& inputManager, InputCommand& inputCommand)
120{

Callers

nothing calls this directly

Calls 1

exportToStreamMethod · 0.45

Tested by

no test coverage detected