MCPcopy 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

doCalcAcceptedCargoFunction · 0.80
setCatchmentDisplayFunction · 0.80
recalculateStationModesFunction · 0.80
sub_48D794Function · 0.80
tryPlaceWaterVehicleFunction · 0.80
tryPlaceAirVehicleFunction · 0.80
clearFunctionFunction · 0.80
getObjectNameFunction · 0.80
updateStationAnimationFunction · 0.80

Calls 1

StationTypeEnum · 0.50

Tested by 1

getObjectNameFunction · 0.64