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

Method IsEnd

src/script/api/script_list.cpp:78–81  ·  view source on GitHub ↗

* See if the sorter has reached the end. */

Source from the content-addressed store, hash-verified

76 * See if the sorter has reached the end.
77 */
78 bool IsEnd() const
79 {
80 return this->list->items.empty() || this->has_no_more_items;
81 }
82
83 /**
84 * Callback from the list if an item gets removed.

Callers 2

NextMethod · 0.95
RemoveMethod · 0.95

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected