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

Method value

src/Core/include/OpenLoco/Core/BitSet.hpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 }
179
180 constexpr bool value() const noexcept
181 {
182 return (_storage[_blockIndex] & (kBlockValueOne << _blockOffset)) != kBlockValueZero;
183 }
184
185 constexpr operator bool() const noexcept
186 {

Callers 15

simulateGameFunction · 0.80
generateNewBuildingArgsFunction · 0.80
constructBuildingFunction · 0.80
buildInitialRoadFunction · 0.80
growMethod · 0.80
tryPlaceRoadVehicleFunction · 0.80
tryPlaceTrackVehicleFunction · 0.80
chooseTrackObjectFunction · 0.80
sub_48715CFunction · 0.80
internalOpenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected