Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ setSectionProgress
Method
setSectionProgress
src/OpenLoco/src/Map/IndustryElement.cpp:49–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void IndustryElement::setSectionProgress(uint8_t val)
50
{
51
_5 &= ~(0xE0);
52
_5 |= (val & 0x7) << 5;
53
}
54
55
uint8_t IndustryElement::sequenceIndex() const
56
{
Callers
2
update
Method · 0.80
placeIndustryBuilding
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected