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

Method begin

src/tilearea.cpp:153–156  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

151 * @return The OrthogonalTileIterator.
152 */
153OrthogonalTileIterator OrthogonalTileArea::begin() const
154{
155 return OrthogonalTileIterator(*this);
156}
157
158/**
159 * Returns an iterator to the end of the tile area.

Callers 15

SortSaveGameListFunction · 0.45
GfxFillPolygonFunction · 0.45
DrawDirtyBlocksFunction · 0.45
AddDirtyBlockFunction · 0.45
SortResolutionsFunction · 0.45
ParseSingleValueMethod · 0.45
ShowNewGRFInfoFunction · 0.45
OnClickMethod · 0.45
AssignSizePositionMethod · 0.45

Calls 1

Tested by

no test coverage detected