MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getOwningTile

Method getOwningTile

game/state/tilemap/tileobject.h:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 virtual void addToDrawnTiles(Tile *tile);
67
68 Tile *getOwningTile() const { return this->owningTile; }
69 std::vector<Tile *> getIntersectingTiles() const { return this->intersectingTiles; }
70
71 virtual sp<VoxelMap> getVoxelMap(Vec3<int> mapIndex [[maybe_unused]],

Callers 15

attachToSomethingMethod · 0.80
findSupportMethod · 0.80
ceaseBeingSupportedMethod · 0.80
getTilePositionMethod · 0.80
updateFallingMethod · 0.80
findTileToLandOnMethod · 0.80
findSidestepMethod · 0.80
gotoPortalMethod · 0.80
isFinishedInternalMethod · 0.80
startMethod · 0.80
setPathToMethod · 0.80
setFollowPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected