‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_bot_ctf.gsc File Reference

Go to the source code of this file.

Macros

#define BOT_DEFEND_CHANCE   80
 
#define BOT_DEFEND_RADIUS   1024
 
#define CTF_GOAL_RADIUS   16
 

Functions

function bot_idle ()
 
function init ()
 
function on_bot_connect ()
 

Macro Definition Documentation

◆ BOT_DEFEND_CHANCE

#define BOT_DEFEND_CHANCE   80

Definition at line 18 of file _bot_ctf.gsc.

◆ BOT_DEFEND_RADIUS

#define BOT_DEFEND_RADIUS   1024

Definition at line 19 of file _bot_ctf.gsc.

◆ CTF_GOAL_RADIUS

#define CTF_GOAL_RADIUS   16

Definition at line 16 of file _bot_ctf.gsc.

Function Documentation

◆ bot_idle()

◆ init()

function init ( )

Definition at line 23 of file _bot_ctf.gsc.

References bot_idle(), and on_bot_connect().

◆ on_bot_connect()

function on_bot_connect ( )

Definition at line 29 of file _bot_ctf.gsc.

References get_owner_team().

Referenced by init().