MCPcopy 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
49GameEntityType Room::getObjectType() const
50{
51 return GameEntityType::room;
52}
53
54bool Room::compareTile(Tile* tile1, Tile* tile2)
55{

Callers 15

doUpkeepMethod · 0.45
exportToStreamMethod · 0.45
hasCarryEntitySpotMethod · 0.45
hasCarryEntitySpotMethod · 0.45
doUpkeepMethod · 0.45
exportToStreamMethod · 0.45
hasCarryEntitySpotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected