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

Method getTilePosition

game/state/city/scenery.cpp:1137–1137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135}
1136
1137Vec3<int> Scenery::getTilePosition() const { return tileObject->getOwningTile()->position; }
1138
1139const TileMap &Scenery::getMap() const { return tileObject->map; }
1140

Callers 1

attemptReLinkSupportsMethod · 0.45

Calls 1

getOwningTileMethod · 0.80

Tested by

no test coverage detected