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

Method EnableBotView

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

Source from the content-addressed store, hash-verified

378 void SetBotsShoot(bool bShoot) { m_bBotsShoot = bShoot; };
379 void SetIdleBots(bool bIdle) { m_bIdleBots = bIdle; };
380 void EnableBotView(botent *bot) { m_pBotToView = bot; };
381 void DisableBotView(void);
382 void ChangeBotSkill(short Skill, botent *bot = NULL);
383 botent *CreateBot(const char *team, const char *skill, const char *name);

Callers 1

loopvFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected