Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
807
void CBotManager::DisableBotView()
808
{
809
m_pBotToView = NULL;
810
respawnself();
811
player1->radius = 1.1f;
812
}
813
814
void CBotManager::CalculateMaxAStarCount()
815
{
Callers
1
togglebotview
Function · 0.80
Calls
1
respawnself
Function · 0.85
Tested by
no test coverage detected