MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / buildingType

Method buildingType

src/OpenLoco/src/Map/IndustryElement.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 uint8_t IndustryElement::buildingType() const
24 {
25 return (_6 >> 6) & 0x1F;
26 }
27
28 Colour IndustryElement::var_6_F800() const
29 {

Callers 11

createMapAnimationsMethod · 0.45
updateIndustryAnimation1Function · 0.45
updateIndustryAnimation2Function · 0.45
updateStationAnimationFunction · 0.45
paintIndustryBuildingFunction · 0.45
paintIndustryFunction · 0.45
paintAirportBuildingFunction · 0.45
paintAirportFunction · 0.45
paintDocksBuildingFunction · 0.45
paintDocksFunction · 0.45
removeIndustryElementFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected