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

Method Count

src/newgrf_object.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44size_t ObjectSpec::Count()
45{
46 return _object_specs.size();
47}
48
49/**
50 * Get the specification associated with a specific ObjectType.

Callers 11

GetTrainEngineInfoStringFunction · 0.45
BuildCargoListMethod · 0.45
engine.cppFile · 0.45
IsCloseToTownFunction · 0.45
MTA_TRANSFER>Method · 0.45
PreprocessMethod · 0.45
PostprocessMethod · 0.45
operator()Method · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected