MCPcopy 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
924bool 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

addbotFunction · 0.85
addnbotFunction · 0.85
kickbotFunction · 0.85
togglebotviewFunction · 0.85

Calls 1

conoutfFunction · 0.50

Tested by

no test coverage detected