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

Method End

src/script/api/script_list.cpp:56–60  ·  view source on GitHub ↗

* Stop iterating a sorter. */

Source from the content-addressed store, hash-verified

54 * Stop iterating a sorter.
55 */
56 void End()
57 {
58 this->item_next = std::nullopt;
59 this->has_no_more_items = true;
60 }
61
62 /**
63 * Get the next item of the sorter.

Callers 1

ClearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected