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

Method importRoomFromStream

source/rooms/Room.cpp:716–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716bool Room::importRoomFromStream(Room& room, std::istream& is)
717{
718 return room.importFromStream(is);
719}
720
721void Room::creatureDropped(Creature& creature)
722{

Callers

nothing calls this directly

Calls 1

importFromStreamMethod · 0.45

Tested by

no test coverage detected