MCPcopy 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
480SQInteger ScriptList::Count()
481{
482 return this->items.size();
483}
484
485SQInteger ScriptList::GetValue(SQInteger item)
486{

Callers 5

KeepTopMethod · 0.95
KeepBottomMethod · 0.95
AddMethod · 0.45
CountCargoWaitingMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected