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

Method GetTileIndex

src/game/collision.cpp:966–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966int CCollision::GetTileIndex(int Index) const
967{
968 if(Index < 0)
969 return 0;
970 return m_pTiles[Index].m_Index;
971}
972
973int CCollision::GetFrontTileIndex(int Index) const
974{

Callers 6

IsStartMethod · 0.80
HandleTilesMethod · 0.80
DDRaceTickMethod · 0.80
HandleTilesMethod · 0.80
DDRaceTickMethod · 0.80
HandleCharacterTilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected