Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
bool IsTeleTileNumberUsedAny(int Index)
87
{
88
return Index != TILE_TELECHECKIN &&
89
Index != TILE_TELECHECKINEVIL;
90
}
91
92
bool IsValidSpeedupTile(int Index)
93
{
Callers
5
AdjustBrushSpecialTiles
Method · 0.85
BrushGrab
Method · 0.85
GetPos
Method · 0.85
GetTileData
Method · 0.85
RenderTeleOverlay
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected