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

Go to the source code of this file.

Functions

function get_bundle (killstreak)
 
function get_emp_grenade_damage (killstreakType, maxhealth)
 
function get_hack_fx ()
 
function get_hack_loop_fx ()
 
function get_hack_protection ()
 
function get_hack_scoreevent ()
 
function get_hack_timeout ()
 
function get_hack_tool_inner_radius ()
 
function get_hack_tool_inner_time ()
 
function get_hack_tool_no_line_of_sight_time ()
 
function get_hack_tool_outer_radius ()
 
function get_hack_tool_outer_time ()
 
function get_hacked_health (killstreakType)
 
function get_lost_line_of_sight_limit_msec ()
 
function get_low_health (killstreakType)
 
function get_max_health (killstreakType)
 
function get_shots_to_kill (weapon, meansOfDeath, bundle)
 
function get_weapon_damage (killstreakType, maxhealth, attacker, weapon, type, damage, flags, chargeShotLevel)
 
function register_killstreak_bundle (killstreakType)
 

Function Documentation

◆ get_bundle()

◆ get_emp_grenade_damage()

function get_emp_grenade_damage ( killstreakType  ,
maxhealth   
)

Definition at line 265 of file _killstreak_bundles.gsc.

References VAL.

Referenced by MonitorDamage(), OnDamagePerWeapon(), and tank_damage_think().

◆ get_hack_fx()

function get_hack_fx ( )

Definition at line 160 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by enable_hacking().

◆ get_hack_loop_fx()

function get_hack_loop_fx ( )

Definition at line 174 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by enable_hacking().

◆ get_hack_protection()

function get_hack_protection ( )

Definition at line 44 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by enable_hacking().

◆ get_hack_scoreevent()

function get_hack_scoreevent ( )

Definition at line 147 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by enable_hacking().

◆ get_hack_timeout()

function get_hack_timeout ( )

Definition at line 36 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by get_hacked_timeout_duration_ms(), and HackedCallbackPost().

◆ get_hack_tool_inner_radius()

function get_hack_tool_inner_radius ( )

Definition at line 86 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by enable_hacking().

◆ get_hack_tool_inner_time()

function get_hack_tool_inner_time ( )

Definition at line 58 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by enable_hacking().

◆ get_hack_tool_no_line_of_sight_time()

function get_hack_tool_no_line_of_sight_time ( )

Definition at line 131 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by enable_hacking().

◆ get_hack_tool_outer_radius()

function get_hack_tool_outer_radius ( )

Definition at line 101 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by enable_hacking().

◆ get_hack_tool_outer_time()

function get_hack_tool_outer_time ( )

Definition at line 72 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by enable_hacking().

◆ get_hacked_health()

◆ get_lost_line_of_sight_limit_msec()

function get_lost_line_of_sight_limit_msec ( )

Definition at line 116 of file _killstreak_bundles.gsc.

References get_bundle().

Referenced by enable_hacking().

◆ get_low_health()

function get_low_health ( killstreakType  )

◆ get_max_health()

◆ get_shots_to_kill()

function get_shots_to_kill ( weapon  ,
meansOfDeath  ,
bundle   
)

Definition at line 209 of file _killstreak_bundles.gsc.

References HIVE_POD_HITS_VS_KILLSTREAKS_AND_ROBOTS, and VAL.

Referenced by get_weapon_damage().

◆ get_weapon_damage()

function get_weapon_damage ( killstreakType  ,
maxhealth  ,
attacker  ,
weapon  ,
type  ,
damage  ,
flags  ,
chargeShotLevel   
)

◆ register_killstreak_bundle()

function register_killstreak_bundle ( killstreakType  )