Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ IsTeleTileCheckpoint
Function
IsTeleTileCheckpoint
src/game/mapitems.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
bool IsTeleTileCheckpoint(int Index)
74
{
75
return Index == TILE_TELECHECK || Index == TILE_TELECHECKOUT;
76
}
77
78
bool IsTeleTileNumberUsed(int Index, bool Checkpoint)
79
{
Callers
5
IsTeleTileNumberUsed
Function · 0.85
AdjustBrushSpecialTiles
Method · 0.85
BrushGrab
Method · 0.85
BrushDraw
Method · 0.85
FillSelection
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected