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

Go to the source code of this file.

Macros

#define EXPLOSION_RADIUS_FLASH   650
 
#define EXPLOSION_RADIUS_FRAG   256
 
#define JUMP_TAG_RADIUS_SQ   16384
 

Functions

function bot_ignore_threat (entity)
 
function combat_tactical_insertion (origin)
 
function combat_throw_lethal (origin)
 
function combat_throw_proximity (origin)
 
function combat_throw_smoke (origin)
 
function combat_throw_tactical (origin)
 
function combat_toss_flash (origin)
 
function combat_toss_frag (origin)
 
function dot_product (origin)
 
function get_closest_tag ()
 
function mp_post_combat ()
 
function mp_pre_combat ()
 
function nearest_node (origin)
 
function set_goal_tag (tag)
 
function threat_requires_launcher (enemy)
 

Macro Definition Documentation

◆ EXPLOSION_RADIUS_FLASH

#define EXPLOSION_RADIUS_FLASH   650

Definition at line 21 of file _bot_combat.gsc.

◆ EXPLOSION_RADIUS_FRAG

#define EXPLOSION_RADIUS_FRAG   256

Definition at line 20 of file _bot_combat.gsc.

◆ JUMP_TAG_RADIUS_SQ

#define JUMP_TAG_RADIUS_SQ   16384

Definition at line 23 of file _bot_combat.gsc.

Function Documentation

◆ bot_ignore_threat()

function bot_ignore_threat ( entity  )

Definition at line 27 of file _bot_combat.gsc.

References has_launcher(), and threat_requires_launcher().

Referenced by __init__().

◆ combat_tactical_insertion()

function combat_tactical_insertion ( origin  )

Definition at line 188 of file _bot_combat.gsc.

◆ combat_throw_lethal()

function combat_throw_lethal ( origin  )

Definition at line 172 of file _bot_combat.gsc.

◆ combat_throw_proximity()

function combat_throw_proximity ( origin  )

Definition at line 164 of file _bot_combat.gsc.

◆ combat_throw_smoke()

function combat_throw_smoke ( origin  )

Definition at line 168 of file _bot_combat.gsc.

◆ combat_throw_tactical()

function combat_throw_tactical ( origin  )

Definition at line 176 of file _bot_combat.gsc.

◆ combat_toss_flash()

function combat_toss_flash ( origin  )

Definition at line 184 of file _bot_combat.gsc.

◆ combat_toss_frag()

function combat_toss_frag ( origin  )

Definition at line 180 of file _bot_combat.gsc.

◆ dot_product()

function dot_product ( origin  )

Definition at line 198 of file _bot_combat.gsc.

References fwd_dot().

Referenced by Callback_PlayerDamage().

◆ get_closest_tag()

function get_closest_tag ( )

Definition at line 206 of file _bot_combat.gsc.

References can_interact_with().

Referenced by mp_post_combat().

◆ mp_post_combat()

function mp_post_combat ( )

◆ mp_pre_combat()

function mp_pre_combat ( )

◆ nearest_node()

function nearest_node ( origin  )

Definition at line 193 of file _bot_combat.gsc.

◆ set_goal_tag()

function set_goal_tag ( tag  )

Definition at line 230 of file _bot_combat.gsc.

References path_to_trigger(), sprint_to_goal(), and trace().

Referenced by mp_post_combat().

◆ threat_requires_launcher()

function threat_requires_launcher ( enemy  )

Definition at line 129 of file _bot_combat.gsc.

Referenced by bot_ignore_threat().