26 char userinfo[MAX_INFO_STRING];
35void G_BotBegin(gentity_t *ent);
36void G_BotThink(gentity_t *ent,
int msec);
37void G_BotShift(
int clientNum);
38gentity_t *G_GetFirstBot();
39unsigned int G_GetBotId(gentity_t *e);
40gentity_t *G_AddBot(
const bot_info_t *info = NULL);
42void G_AddBots(
unsigned int num);
43void G_RemoveBot(gentity_t *ent);
44void G_RemoveBots(
unsigned int num);
45unsigned int G_GetNumBots();
46const char *G_GetBotSkill();
47bool G_IsBot(gentity_t *ent);
48bool G_IsPlayer(gentity_t *ent);
55const char *G_GetRandomAlliedPlayerModel();
56const char *G_GetRandomGermanPlayerModel();