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

Method importTrapFromStream

source/traps/Trap.cpp:661–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661bool Trap::importTrapFromStream(Trap& trap, std::istream& is)
662{
663 return trap.importFromStream(is);
664}

Callers

nothing calls this directly

Calls 1

importFromStreamMethod · 0.45

Tested by

no test coverage detected