Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ IsValidTuneTile
Function
IsValidTuneTile
src/game/mapitems.cpp:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
bool IsValidTuneTile(int Index)
139
{
140
return Index == TILE_TUNE;
141
}
142
143
bool IsValidEntity(int Index)
144
{
Callers
8
IsValidTile
Function · 0.85
AdjustBrushSpecialTiles
Method · 0.85
BrushGrab
Method · 0.85
IsEmpty
Method · 0.85
BrushDraw
Method · 0.85
FillSelection
Method · 0.85
ContainsElementWithId
Method · 0.85
Load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected