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

Function IsSwitchTileFlagsUsed

src/game/mapitems.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool IsSwitchTileFlagsUsed(int Index)
117{
118 return Index != TILE_FREEZE &&
119 Index != TILE_DFREEZE &&
120 Index != TILE_DUNFREEZE;
121}
122
123bool IsSwitchTileNumberUsed(int Index)
124{

Callers 2

BrushDrawMethod · 0.85
FillSelectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected