Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ LetBotsUpdateStats
Method
LetBotsUpdateStats
source/src/bot/botmanager.cpp:349–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
}
348
349
void CBotManager::LetBotsUpdateStats()
350
{
351
loopv(bots) if (bots[i] && bots[i]->pBot) bots[i]->pBot->m_bSendC2SInit = false;
352
}
353
354
void CBotManager::LetBotsHear(int n, vec *loc)
355
{
Callers
nothing calls this directly
Calls
1
loopv
Function · 0.70
Tested by
no test coverage detected