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

Method setIsConstructed

src/OpenLoco/src/Map/IndustryElement.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void IndustryElement::setIsConstructed(bool val)
61 {
62 _type &= ~(1 << 7);
63 _type |= val ? (1 << 7) : 0;
64 }
65
66 // 0x0045769A
67 // A more generic version of the vanilla function

Callers 2

updateMethod · 0.80
placeIndustryBuildingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected