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

Function getRoadOccupationMask

src/OpenLoco/src/Map/Track/TrackData.cpp:1827–1831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1825 } };
1826
1827 uint8_t getRoadOccupationMask(uint8_t index)
1828 {
1829 assert(index < kRoadOccupationMasks.size());
1830 return kRoadOccupationMasks[index];
1831 }
1832
1833 // 0x004F865C
1834 static constexpr std::array<int8_t, 88> kCurvatureDegrees = { {

Callers 1

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected