![]() |
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 | ZONE_APPROACH_RADIUS_MAX 750 |
#define | ZONE_DEFEND_PERCENT 70 |
Functions | |
function | bot_idle () |
function | can_defuse (zone) |
function | can_plant (zone) |
function | get_zone_trigger (zone) |
function | init () |
#define ZONE_APPROACH_RADIUS_MAX 750 |
Definition at line 20 of file _bot_sd.gsc.
#define ZONE_DEFEND_PERCENT 70 |
Definition at line 21 of file _bot_sd.gsc.
function bot_idle | ( | ) |
Definition at line 28 of file _bot_sd.gsc.
References approach_goal_trigger(), approach_point(), can_defuse(), can_plant(), get_carrier(), get_trigger_radius(), get_zone_trigger(), IS_TRUE, path_to_trigger(), press_use_button(), sprint_to_goal(), ZONE_APPROACH_RADIUS_MAX, and ZONE_DEFEND_PERCENT.
Referenced by init().
function can_defuse | ( | zone | ) |
Definition at line 138 of file _bot_sd.gsc.
References get_owner_team(), and IS_TRUE.
Referenced by bot_idle().
function can_plant | ( | zone | ) |
Definition at line 126 of file _bot_sd.gsc.
References get_carrier(), get_owner_team(), and IS_TRUE.
Referenced by bot_idle().
function get_zone_trigger | ( | zone | ) |
function init | ( | ) |
Definition at line 23 of file _bot_sd.gsc.
References bot_idle().