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

Method GetFrontTileIndex

src/game/collision.cpp:973–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973int CCollision::GetFrontTileIndex(int Index) const
974{
975 if(Index < 0 || !m_pFront)
976 return 0;
977 return m_pFront[Index].m_Index;
978}
979
980int CCollision::GetTileFlags(int Index) const
981{

Callers 8

IsStartMethod · 0.80
HandleTilesMethod · 0.80
DDRaceTickMethod · 0.80
TickMethod · 0.80
DoBounceMethod · 0.80
HandleTilesMethod · 0.80
DDRaceTickMethod · 0.80
HandleCharacterTilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected