![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
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 () |
| #define BOT_DEFEND_CHANCE 80 |
Definition at line 18 of file _bot_ctf.gsc.
| #define BOT_DEFEND_RADIUS 1024 |
Definition at line 19 of file _bot_ctf.gsc.
| #define CTF_GOAL_RADIUS 16 |
Definition at line 16 of file _bot_ctf.gsc.
| function bot_idle | ( | ) |
Definition at line 46 of file _bot_ctf.gsc.
References approach_goal_trigger(), approach_point(), BOT_DEFEND_CHANCE, BOT_DEFEND_RADIUS, get_carrier(), is_object_away_from_home(), and sprint_to_goal().
Referenced by init().
| function init | ( | ) |
Definition at line 23 of file _bot_ctf.gsc.
References bot_idle(), and on_bot_connect().
| function on_bot_connect | ( | ) |