Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ stationType
Method
stationType
src/OpenLoco/src/Map/Tile.cpp:190–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
}
189
190
StationType StationElement::stationType() const { return StationType(_5 >> 5); }
191
void StationElement::setStationType(StationType type)
192
{
193
_5 &= ~0xE0;
Callers
15
doCalcAcceptedCargo
Function · 0.80
setCatchmentDisplay
Function · 0.80
recalculateStationModes
Function · 0.80
sub_48D794
Function · 0.80
tryPlaceWaterVehicle
Function · 0.80
tryPlaceAirVehicle
Function · 0.80
clearFunction
Function · 0.80
tryRemovePortsAndAirports
Function · 0.80
getVehicleWaterPlacementArgsFromCursor
Function · 0.80
getVehicleAirPlacementArgsFromCursor
Function · 0.80
getObjectName
Function · 0.80
updateStationAnimation
Function · 0.80
Calls
1
StationType
Enum · 0.50
Tested by
1
getObjectName
Function · 0.64