| 109 | } |
| 110 | |
| 111 | std::span<const uint8_t> DockObject::getBuildingPartHeights() const |
| 112 | { |
| 113 | const auto* base = reinterpret_cast<const uint8_t*>(this); |
| 114 | return std::span<const std::uint8_t>(base + partHeightsOffset, numBuildingParts); |
| 115 | } |
| 116 | |
| 117 | } |
no outgoing calls
no test coverage detected