Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DrawWidget
Method · 0.45
GetWidgetString
Method · 0.45
SortCount
Method · 0.45
EstimateDestinations
Method · 0.45
BuildFlowList
Method · 0.45
BuildCargoList
Method · 0.45
DrawEntries
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected