Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
NodeCount
Method · 0.80
DeleteEntry
Method · 0.80
Empty
Method · 0.45
Pop
Method · 0.45
GetFirst
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected