Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ IsValidSpeedupTile
Function
IsValidSpeedupTile
src/game/mapitems.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
bool IsValidSpeedupTile(int Index)
93
{
94
return Index == TILE_SPEED_BOOST_OLD || Index == TILE_SPEED_BOOST;
95
}
96
97
bool IsValidSwitchTile(int Index)
98
{
Callers
9
IsValidTile
Function · 0.85
AdjustBrushSpecialTiles
Method · 0.85
BrushGrab
Method · 0.85
IsEmpty
Method · 0.85
BrushDraw
Method · 0.85
FillSelection
Method · 0.85
Load
Method · 0.85
GetTileData
Method · 0.85
RenderSpeedupOverlay
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected