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

Method write

source/traps/TrapManager.cpp:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347void TrapManager::write(const Trap& trap, std::ostream& os)
348{
349 os << trap.getName();
350 trap.exportToStream(os);
351}
352
353void TrapManager::checkBuildTrap(GameMap* gameMap, TrapType type, const InputManager& inputManager, InputCommand& inputCommand)
354{

Callers

nothing calls this directly

Calls 1

exportToStreamMethod · 0.45

Tested by

no test coverage detected