Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getObjectType
Method
getObjectType
source/entities/Tile.cpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
GameEntityType Tile::getObjectType() const
84
{
85
return GameEntityType::tile;
86
}
87
88
89
bool Tile::isDiggable(const Seat* seat) const
Callers
7
slap
Method · 0.45
isEntityOnTile
Method · 0.45
countEntitiesOnTile
Method · 0.45
fillWithEntities
Method · 0.45
addTreasuryObject
Method · 0.45
getCoveringRoom
Method · 0.45
getCoveringTrap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected