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

Method write

source/creatureskill/CreatureSkillManager.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void CreatureSkillManager::write(const CreatureSkill& skill, std::ostream& os)
103{
104 os << skill.getSkillName();
105 skill.exportToStream(os);
106}
107
108void CreatureSkillManager::getFormatString(const CreatureSkill& skill, std::string& format)
109{

Callers

nothing calls this directly

Calls 1

exportToStreamMethod · 0.45

Tested by

no test coverage detected