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

Method exportToStream

source/creatureskill/CreatureSkill.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void CreatureSkill::exportToStream(std::ostream& os) const
39{
40 os << "\t" << mCooldownNbTurns;
41 os << "\t" << mWarmupNbTurns;
42}
43
44bool CreatureSkill::importFromStream(std::istream& is)
45{

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected