Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ ToggleBit
Function
ToggleBit
src/core/bitmath_func.hpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
*/
156
template <typename T>
157
constexpr T ToggleBit(T &x, const uint8_t y)
158
{
159
return x = (T)(x ^ ((T)1U << y));
160
}
161
162
/**
163
* Assigns a bit in a variable.
Callers
15
ToggleRoadWaypointOnSnowOrDesert
Function · 0.85
OnClick
Method · 0.85
MenuClickSettings
Function · 0.85
CmdRailTrackHelper
Function · 0.85
CmdSignalTrackHelper
Function · 0.85
PerformStationTileSlopeCheck
Function · 0.85
ToggleTransparency
Function · 0.85
ToggleInvisibility
Function · 0.85
ToggleTransparencyLock
Function · 0.85
ToggleSnowOrDesert
Function · 0.85
UpdateVisualEffect
Method · 0.85
CmdBuildObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected