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

Method GetCount

src/station_gui.cpp:980–980  ·  view source on GitHub ↗

* Get the cargo count for this entry. */

Source from the content-addressed store, hash-verified

978 * Get the cargo count for this entry.
979 */
980 uint GetCount() const { return this->count; }
981
982 /**
983 * Get the parent entry for this entry.

Callers 7

DrawWidgetMethod · 0.45
GetWidgetStringMethod · 0.45
SortCountMethod · 0.45
EstimateDestinationsMethod · 0.45
BuildFlowListMethod · 0.45
BuildCargoListMethod · 0.45
DrawEntriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected