Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void CreatureSkill::exportToStream(std::ostream& os) const
39
{
40
os <<
"\t"
<< mCooldownNbTurns;
41
os <<
"\t"
<< mWarmupNbTurns;
42
}
43
44
bool CreatureSkill::importFromStream(std::istream& is)
45
{
Callers
1
write
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected