MCPcopy 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
132bool IsSwitchTileDelayUsed(int Index)
133{
134 return Index != TILE_DFREEZE &&
135 Index != TILE_DUNFREEZE;
136}
137
138bool IsValidTuneTile(int Index)
139{

Callers 3

BrushDrawMethod · 0.85
FillSelectionMethod · 0.85
RenderSwitchOverlayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected