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

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 ()
 

Macro Definition Documentation

◆ ZONE_APPROACH_RADIUS_MAX

#define ZONE_APPROACH_RADIUS_MAX   750

Definition at line 20 of file _bot_sd.gsc.

◆ ZONE_DEFEND_PERCENT

#define ZONE_DEFEND_PERCENT   70

Definition at line 21 of file _bot_sd.gsc.

Function Documentation

◆ bot_idle()

◆ can_defuse()

function can_defuse ( zone  )

Definition at line 138 of file _bot_sd.gsc.

References get_owner_team(), and IS_TRUE.

Referenced by bot_idle().

◆ can_plant()

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().

◆ get_zone_trigger()

function get_zone_trigger ( zone  )

Definition at line 116 of file _bot_sd.gsc.

References get_owner_team().

Referenced by bot_idle().

◆ init()

function init ( )

Definition at line 23 of file _bot_sd.gsc.

References bot_idle().