Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getObjectType
Method
getObjectType
source/rooms/Room.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
GameEntityType Room::getObjectType() const
50
{
51
return GameEntityType::room;
52
}
53
54
bool Room::compareTile(Tile* tile1, Tile* tile2)
55
{
Callers
15
doUpkeep
Method · 0.45
exportToStream
Method · 0.45
hasCarryEntitySpot
Method · 0.45
askSpotForCarriedEntity
Method · 0.45
notifyCarryingStateChanged
Method · 0.45
hasCarryEntitySpot
Method · 0.45
askSpotForCarriedEntity
Method · 0.45
notifyCarryingStateChanged
Method · 0.45
doUpkeep
Method · 0.45
exportToStream
Method · 0.45
hasCarryEntitySpot
Method · 0.45
askSpotForCarriedEntity
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected