Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
451
SQInteger ScriptList::Begin()
452
{
453
this->initialized = true;
454
return this->sorter->Begin().value_or(0);
455
}
456
457
SQInteger ScriptList::Next()
458
{
Callers
2
_nexti
Method · 0.95
GetBestOpenNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected