MCPcopy 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
83GameEntityType Tile::getObjectType() const
84{
85 return GameEntityType::tile;
86}
87
88
89bool Tile::isDiggable(const Seat* seat) const

Callers 7

slapMethod · 0.45
isEntityOnTileMethod · 0.45
countEntitiesOnTileMethod · 0.45
fillWithEntitiesMethod · 0.45
addTreasuryObjectMethod · 0.45
getCoveringRoomMethod · 0.45
getCoveringTrapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected