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

Method exportToStream

source/traps/TrapDoor.cpp:447–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447void TrapDoor::exportToStream(std::ostream& os) const
448{
449 Trap::exportToStream(os);
450
451 os << mIsLocked << "\n";
452}
453
454bool TrapDoor::importFromStream(std::istream& is)
455{

Callers 1

writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected