Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getRoomType
Method
getRoomType
source/rooms/RoomLibrary.cpp:44–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
class RoomLibraryFactory : public RoomFactory
43
{
44
RoomType getRoomType() const override
45
{ return RoomLibrary::mRoomType; }
46
47
const std::string& getName() const override
48
{ return RoomLibraryName; }
Callers
1
useRoom
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected