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

Method importFromStream

source/rooms/RoomArena.cpp:325–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325bool RoomArena::importFromStream(std::istream& is)
326{
327 if(!Room::importFromStream(is))
328 return false;
329 // TODO: load fighting creatures
330
331 return true;
332}
333
334std::string RoomArena::getListenerName() const
335{

Callers 2

importRoomFromStreamMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected