MCPcopy 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
349void CBotManager::LetBotsUpdateStats()
350{
351 loopv(bots) if (bots[i] && bots[i]->pBot) bots[i]->pBot->m_bSendC2SInit = false;
352}
353
354void CBotManager::LetBotsHear(int n, vec *loc)
355{

Callers

nothing calls this directly

Calls 1

loopvFunction · 0.70

Tested by

no test coverage detected