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

Method IsEnd

src/script/api/script_list.cpp:471–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469}
470
471bool ScriptList::IsEnd()
472{
473 if (!this->initialized) {
474 Debug(script, 0, "IsEnd() is invalid as Begin() is never called");
475 return true;
476 }
477 return this->sorter->IsEnd();
478}
479
480SQInteger ScriptList::Count()
481{

Callers 4

_nextiMethod · 0.95
DrawOverlappedWindowFunction · 0.45
MaybeBringWindowToFrontFunction · 0.45
DoSetViewportPositionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected