MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / end

Method end

src/tilearea.cpp:162–165  ·  view source on GitHub ↗

* Returns an iterator to the end of the tile area. * @return The OrthogonalTileIterator. */

Source from the content-addressed store, hash-verified

160 * @return The OrthogonalTileIterator.
161 */
162OrthogonalTileIterator OrthogonalTileArea::end() const
163{
164 return OrthogonalTileIterator(OrthogonalTileArea());
165}
166
167/**
168 * Create a diagonal tile area from two corners.

Callers 15

OnClickMethod · 0.45
SortSaveGameListFunction · 0.45
OnClickMethod · 0.45
OnMouseOverMethod · 0.45
GfxFillPolygonFunction · 0.45
SortResolutionsFunction · 0.45
ParseSingleValueMethod · 0.45
OnClickMethod · 0.45
WhoCanServiceIndustryFunction · 0.45
DecodeSpecialSpriteFunction · 0.45

Calls 2

OrthogonalTileAreaClass · 0.85

Tested by

no test coverage detected