Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ IsSwitchTileDelayUsed
Function
IsSwitchTileDelayUsed
src/game/mapitems.cpp:132–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
bool IsSwitchTileDelayUsed(int Index)
133
{
134
return Index != TILE_DFREEZE &&
135
Index != TILE_DUNFREEZE;
136
}
137
138
bool IsValidTuneTile(int Index)
139
{
Callers
3
BrushDraw
Method · 0.85
FillSelection
Method · 0.85
RenderSwitchOverlay
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected