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

Method write

source/creatureeffect/CreatureEffectManager.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void CreatureEffectManager::write(const CreatureEffect& effect, std::ostream& os)
93{
94 os << effect.getEffectName();
95 effect.exportToStream(os);
96}

Callers

nothing calls this directly

Calls 1

exportToStreamMethod · 0.45

Tested by

no test coverage detected