Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ Count
Method
Count
src/script/api/script_list.cpp:480–483 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
478
}
479
480
SQInteger ScriptList::Count()
481
{
482
return this->items.size();
483
}
484
485
SQInteger ScriptList::GetValue(SQInteger item)
486
{
Callers
5
KeepTop
Method · 0.95
KeepBottom
Method · 0.95
Add
Method · 0.45
ScriptStationList_CargoWaitingViaByFrom
Method · 0.45
CountCargoWaiting
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected