Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ botmode
Function
botmode
source/src/bot/botmanager.cpp:924–929 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
922
}
923
924
bool botmode()
925
{
926
if(m_botmode) return true;
927
conoutf(
"the current game mode does not support bots"
);
928
return false;
929
}
930
931
// Bot manager class end
932
Callers
4
addbot
Function · 0.85
addnbot
Function · 0.85
kickbot
Function · 0.85
togglebotview
Function · 0.85
Calls
1
conoutf
Function · 0.50
Tested by
no test coverage detected