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

Function IsInexistent

src/tools/map_replace_area.cpp:662–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660}
661
662bool IsInexistent(const float *pArray, const int Count)
663{
664 for(int i = 0; i < Count; i++)
665 if(pArray[i] == std::numeric_limits<float>::max())
666 return true;
667 return false;
668}

Callers 2

GetVisibleAreaFunction · 0.85
GetReplaceableAreaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected