MCPcopy Create free account
hub / github.com/assaultcube/AC / loopj

Function loopj

source/src/bot/bot_waypoint.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 loopi(MAX_MAP_GRIDS)
32 {
33 loopj(MAX_MAP_GRIDS)
34 {
35 while(!m_Waypoints[i][j].Empty())
36 delete m_Waypoints[i][j].Pop();
37 }
38 }
39
40 m_szMapName[0] = 0;

Callers

nothing calls this directly

Calls 6

NodeCountMethod · 0.80
DeleteEntryMethod · 0.80
EmptyMethod · 0.45
PopMethod · 0.45
GetFirstMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected