MCPcopy 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
92bool IsValidSpeedupTile(int Index)
93{
94 return Index == TILE_SPEED_BOOST_OLD || Index == TILE_SPEED_BOOST;
95}
96
97bool IsValidSwitchTile(int Index)
98{

Callers 9

IsValidTileFunction · 0.85
BrushGrabMethod · 0.85
IsEmptyMethod · 0.85
BrushDrawMethod · 0.85
FillSelectionMethod · 0.85
LoadMethod · 0.85
GetTileDataMethod · 0.85
RenderSpeedupOverlayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected