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

Method IdleBots

source/src/bot/bot.h:377–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375 void DelWaypoint(node_s *pNode);
376 bool BotsShoot(void) { return m_bBotsShoot; };
377 bool IdleBots(void) { return m_bIdleBots; };
378 void SetBotsShoot(bool bShoot) { m_bBotsShoot = bShoot; };
379 void SetIdleBots(bool bIdle) { m_bIdleBots = bIdle; };
380 void EnableBotView(botent *bot) { m_pBotToView = bot; };

Callers 2

ThinkMethod · 0.80
idlebotsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected