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

Method setUnk6l

src/OpenLoco/include/OpenLoco/Map/RoadElement.h:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78 uint8_t unk6l() const { return _6 & 0xF; }
79 void setUnk6l(uint8_t value)
80 {
81 _6 &= ~0xF;
82 _6 |= value & 0xF;
83 } // _6u
84 uint8_t bridge() const { return _6 >> 5; } // _6u
85 void setBridgeObjectId(const uint8_t bridge)
86 {

Callers 3

clearRoadFunction · 0.80
clearRoadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected