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

Method BotsShoot

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

Source from the content-addressed store, hash-verified

374 void AddWaypoint(node_s *pNode);
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; };

Callers 3

CheckHuntMethod · 0.80
MainAIMethod · 0.80
botsshootFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected