Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createMapAnimations
Method · 0.45
updateIndustryAnimation1
Function · 0.45
updateIndustryAnimation2
Function · 0.45
updateStationAnimation
Function · 0.45
paintIndustryBuilding
Function · 0.45
paintIndustry
Function · 0.45
paintAirportBuilding
Function · 0.45
paintAirport
Function · 0.45
paintDocksBuilding
Function · 0.45
paintDocks
Function · 0.45
removeIndustryElement
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected