MCPcopy 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

claimSurfaceForIndustryFunction · 0.45
doCalcAcceptedCargoFunction · 0.45
updateWaterMotionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected