MCPcopy 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
73bool IsTeleTileCheckpoint(int Index)
74{
75 return Index == TILE_TELECHECK || Index == TILE_TELECHECKOUT;
76}
77
78bool IsTeleTileNumberUsed(int Index, bool Checkpoint)
79{

Callers 5

IsTeleTileNumberUsedFunction · 0.85
BrushGrabMethod · 0.85
BrushDrawMethod · 0.85
FillSelectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected