MCPcopy 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
138bool IsValidTuneTile(int Index)
139{
140 return Index == TILE_TUNE;
141}
142
143bool IsValidEntity(int Index)
144{

Callers 8

IsValidTileFunction · 0.85
BrushGrabMethod · 0.85
IsEmptyMethod · 0.85
BrushDrawMethod · 0.85
FillSelectionMethod · 0.85
ContainsElementWithIdMethod · 0.85
LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected