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

Method DisableBotView

source/src/bot/botmanager.cpp:807–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

805}
806
807void CBotManager::DisableBotView()
808{
809 m_pBotToView = NULL;
810 respawnself();
811 player1->radius = 1.1f;
812}
813
814void CBotManager::CalculateMaxAStarCount()
815{

Callers 1

togglebotviewFunction · 0.80

Calls 1

respawnselfFunction · 0.85

Tested by

no test coverage detected