Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ setIndustry
Method
setIndustry
src/OpenLoco/src/World/Station.cpp:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
void setIndustry(const uint8_t cargo, const IndustryId id)
199
{
200
_industry[cargo] = id;
201
}
202
};
203
204
// 0x0048B23E
Callers
3
claimSurfaceForIndustry
Function · 0.45
doCalcAcceptedCargo
Function · 0.45
updateWaterMotion
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected