Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ loopi
Function
loopi
source/src/bot/bot.cpp:28–35 ·
view source on GitHub ↗
Delete all waypoints
Source
from the content-addressed store, hash-verified
26
{
27
// Delete all waypoints
28
loopi(MAX_MAP_GRIDS)
29
{
30
loopj(MAX_MAP_GRIDS)
31
{
32
while (m_WaypointList[i][j].Empty() == false)
33
delete m_WaypointList[i][j].Pop();
34
}
35
}
36
}
37
38
void CBot::Spawn()
Callers
1
CreateBot
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected