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

Method IsEnd

src/tilearea_type.h:307–310  ·  view source on GitHub ↗

* Test whether the iterator reached the end. */

Source from the content-addressed store, hash-verified

305 * Test whether the iterator reached the end.
306 */
307 bool IsEnd() const
308 {
309 return this->cur_radius == this->max_radius && this->dir != INVALID_DIAGDIR;
310 }
311};
312
313/**

Callers 3

SkipOutsideMapMethod · 0.95
IncrementMethod · 0.95
operator==Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected