Nuclide
Software Development Kit for id Technology (BETA)
Loading...
Searching...
No Matches
CVars

Console variable relating to multiplayer AI. More...

Detailed Description

Console variable relating to multiplayer AI.

Enumerations

enum  botskill_t { BOTSKILL_EASY = 1 , BOTSKILL_MEDIUM , BOTSKILL_HARD }
 

Variables

var bool autocvar_bot_enable = true
 
var bool autocvar_bot_pause = false
 
var bool autocvar_bot_noChat = false
 
var bool autocvar_bot_fastChat = false
 
var bool autocvar_bot_developer = false
 
var int autocvar_bot_minClients = -1i
 
var botskill_t autocvar_bot_skill = BOTSKILL_MEDIUM
 
var bool autocvar_bot_aimless = false
 
var bool autocvar_bot_crouch = false
 
var bool autocvar_bot_walk = false
 
var bool autocvar_bot_prone = false
 
var bool autocvar_bot_dont_shoot = false
 

Enumeration Type Documentation

◆ botskill_t

enum botskill_t
Enumerator
BOTSKILL_EASY 
BOTSKILL_MEDIUM 
BOTSKILL_HARD 

Variable Documentation

◆ autocvar_bot_aimless

var bool autocvar_bot_aimless = false

◆ autocvar_bot_crouch

var bool autocvar_bot_crouch = false

◆ autocvar_bot_developer

var bool autocvar_bot_developer = false

◆ autocvar_bot_dont_shoot

var bool autocvar_bot_dont_shoot = false

◆ autocvar_bot_enable

var bool autocvar_bot_enable = true

◆ autocvar_bot_fastChat

var bool autocvar_bot_fastChat = false

◆ autocvar_bot_minClients

var int autocvar_bot_minClients = -1i

◆ autocvar_bot_noChat

var bool autocvar_bot_noChat = false

◆ autocvar_bot_pause

var bool autocvar_bot_pause = false

◆ autocvar_bot_prone

var bool autocvar_bot_prone = false

◆ autocvar_bot_skill

var botskill_t autocvar_bot_skill = BOTSKILL_MEDIUM

◆ autocvar_bot_walk

var bool autocvar_bot_walk = false