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

Method Begin

src/script/api/script_list.cpp:451–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451SQInteger ScriptList::Begin()
452{
453 this->initialized = true;
454 return this->sorter->Begin().value_or(0);
455}
456
457SQInteger ScriptList::Next()
458{

Callers 2

_nextiMethod · 0.95
GetBestOpenNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected