MCPcopy Create free account
hub / github.com/ddnet/ddnet / IsTeleTileNumberUsedAny

Function IsTeleTileNumberUsedAny

src/game/mapitems.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool IsTeleTileNumberUsedAny(int Index)
87{
88 return Index != TILE_TELECHECKIN &&
89 Index != TILE_TELECHECKINEVIL;
90}
91
92bool IsValidSpeedupTile(int Index)
93{

Callers 5

BrushGrabMethod · 0.85
GetPosMethod · 0.85
GetTileDataMethod · 0.85
RenderTeleOverlayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected