![]() |
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.
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 get_bundle | ( | killstreak | ) |
Definition at line 28 of file _killstreak_bundles.gsc.
References RAPS_DRONE_NAME.
Referenced by get_hack_fx(), get_hack_loop_fx(), get_hack_protection(), get_hack_scoreevent(), get_hack_timeout(), get_hack_tool_inner_radius(), get_hack_tool_inner_time(), get_hack_tool_no_line_of_sight_time(), get_hack_tool_outer_radius(), get_hack_tool_outer_time(), and get_lost_line_of_sight_limit_msec().
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().
function get_hack_fx | ( | ) |
Definition at line 160 of file _killstreak_bundles.gsc.
References get_bundle().
Referenced by enable_hacking().
function get_hack_loop_fx | ( | ) |
Definition at line 174 of file _killstreak_bundles.gsc.
References get_bundle().
Referenced by enable_hacking().
function get_hack_protection | ( | ) |
Definition at line 44 of file _killstreak_bundles.gsc.
References get_bundle().
Referenced by enable_hacking().
function get_hack_scoreevent | ( | ) |
Definition at line 147 of file _killstreak_bundles.gsc.
References get_bundle().
Referenced by enable_hacking().
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().
function get_hack_tool_inner_radius | ( | ) |
Definition at line 86 of file _killstreak_bundles.gsc.
References get_bundle().
Referenced by enable_hacking().
function get_hack_tool_inner_time | ( | ) |
Definition at line 58 of file _killstreak_bundles.gsc.
References get_bundle().
Referenced by enable_hacking().
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().
function get_hack_tool_outer_radius | ( | ) |
Definition at line 101 of file _killstreak_bundles.gsc.
References get_bundle().
Referenced by enable_hacking().
function get_hack_tool_outer_time | ( | ) |
Definition at line 72 of file _killstreak_bundles.gsc.
References get_bundle().
Referenced by enable_hacking().
function get_hacked_health | ( | killstreakType | ) |
Definition at line 202 of file _killstreak_bundles.gsc.
Referenced by _update_health(), ActivateRCBomb(), ActivateSentinel(), heli_damage_monitor(), HelicopterGunner_hacked_health_callback(), setup_health(), SpawnDart(), and tank_damage_think().
function get_lost_line_of_sight_limit_msec | ( | ) |
Definition at line 116 of file _killstreak_bundles.gsc.
References get_bundle().
Referenced by enable_hacking().
function get_low_health | ( | killstreakType | ) |
Definition at line 195 of file _killstreak_bundles.gsc.
Referenced by ActivateSentinel(), OnDamagePerWeapon(), setup_health(), SetupDamageHandling(), and SpawnRapsHelicopter().
function get_max_health | ( | killstreakType | ) |
Definition at line 188 of file _killstreak_bundles.gsc.
Referenced by ActivateRCBomb(), ActivateSentinel(), heli_damage_monitor(), heli_health(), InitTurret(), mechtank_initialize(), OnDamagePerWeapon(), Prolog(), quadtank_initialize(), register_killstreak_bundle(), setup_health(), SetupDamageHandling(), siegebot_initialize(), SpawnDart(), SpawnHeliGunner(), and SpawnRapsHelicopter().
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().
function get_weapon_damage | ( | killstreakType | , |
maxhealth | , | ||
attacker | , | ||
weapon | , | ||
type | , | ||
damage | , | ||
flags | , | ||
chargeShotLevel | |||
) |
Definition at line 295 of file _killstreak_bundles.gsc.
References damage(), get_shots_to_kill(), and VAL.
Referenced by heli_damage_monitor(), MonitorDamage(), OnDamagePerWeapon(), and tank_damage_think().
function register_killstreak_bundle | ( | killstreakType | ) |
Definition at line 20 of file _killstreak_bundles.gsc.
References get_max_health(), and get_script_bundle().
Referenced by init(), mechtank_initialize(), quadtank_initialize(), register(), and siegebot_initialize().