![]() |
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 | MAX_MELEE_DAMAGE_FROM_BEHIND 40 |
#define MAX_MELEE_DAMAGE_FROM_BEHIND 40 |
Definition at line 2113 of file gameskill_shared.gsc.
function accuracy_buildup_before_fire | ( | ai | ) |
Definition at line 2144 of file gameskill_shared.gsc.
References get_miss_time_constant(), get_miss_time_distance_factor(), and get_miss_time_reset_delay().
Referenced by ArchetypeHumanBlackboardInit(), and ArchetypeRobotBlackboardInit().
function accuracy_buildup_over_time_init | ( | ) |
Definition at line 2137 of file gameskill_shared.gsc.
function add_hudelm_position_internal | ( | alignY | ) |
Definition at line 771 of file gameskill_shared.gsc.
Referenced by create_warning_elem().
function adjust_damage_for_player_health | ( | player | , |
eAttacker | , | ||
eInflictor | , | ||
iDamage | , | ||
weapon | , | ||
sHitLoc | , | ||
sMeansOfDamage | |||
) |
Definition at line 2102 of file gameskill_shared.gsc.
References get_coop_player_health_modifier(), and get_player_difficulty_health().
function adjust_melee_damage | ( | player | , |
eAttacker | , | ||
eInflictor | , | ||
iDamage | , | ||
weapon | , | ||
sHitLoc | , | ||
sMeansOfDamage | |||
) |
Definition at line 2114 of file gameskill_shared.gsc.
References MAX_MELEE_DAMAGE_FROM_BEHIND.
function alliesAccuracyControl | ( | ) |
Definition at line 333 of file gameskill_shared.gsc.
References coop_allies_accuracy_scaler().
Referenced by main().
function always_pain | ( | ) |
Definition at line 136 of file gameskill_shared.gsc.
function apply_difficulty_var_with_func | ( | difficulty_func | ) |
Definition at line 81 of file gameskill_shared.gsc.
References apply_threat_bias_to_all_players(), coop_damage_and_accuracy_scaling(), get_base_enemy_accuracy(), get_dog_health(), get_dog_hits_before_kill(), get_dog_press_time(), get_long_regen_time(), get_player_health_regular_regen_delay(), and get_worthy_damage_ratio().
Referenced by set_difficulty_from_locked_settings().
function apply_threat_bias_to_all_players | ( | difficulty_func | ) |
Definition at line 109 of file gameskill_shared.gsc.
References get_player_threat_bias(), and wait_till().
Referenced by apply_difficulty_var_with_func().
function axisAccuracyControl | ( | ) |
Definition at line 320 of file gameskill_shared.gsc.
References coop_axis_accuracy_scaler().
Referenced by main().
function coop_allies_accuracy_scaler | ( | ) |
Definition at line 1266 of file gameskill_shared.gsc.
Referenced by alliesAccuracyControl().
function coop_axis_accuracy_scaler | ( | ) |
Definition at line 1249 of file gameskill_shared.gsc.
References get_coop_enemy_accuracy_modifier().
Referenced by axisAccuracyControl().
function coop_damage_and_accuracy_scaling | ( | difficulty_func | ) |
Definition at line 120 of file gameskill_shared.gsc.
Referenced by apply_difficulty_var_with_func().
function coop_enemy_accuracy_scalar_watcher | ( | ) |
Definition at line 1214 of file gameskill_shared.gsc.
References get_coop_enemy_accuracy_modifier(), and wait_till().
Referenced by setSkill().
function coop_friendly_accuracy_scalar_watcher | ( | ) |
Definition at line 1230 of file gameskill_shared.gsc.
References get_coop_friendly_accuracy_modifier(), and wait_till().
Referenced by setSkill().
function coop_player_threat_bias_adjuster | ( | ) |
Definition at line 1289 of file gameskill_shared.gsc.
References enable_auto_adjust_threatbias().
Referenced by setSkill().
function cover_warning_check | ( | ) |
Definition at line 898 of file gameskill_shared.gsc.
References create_warning_elem(), destroy(), mayChangeCoverWarningAlpha(), shouldShowCoverWarning(), and WAIT_SERVER_FRAME.
Referenced by playerHealthRegen().
function create_warning_elem | ( | player | ) |
Definition at line 810 of file gameskill_shared.gsc.
References add_hudelm_position_internal(), and destroy_warning_elem_when_mission_failed().
Referenced by cover_warning_check().
function delayed_delete | ( | ent | , |
time | |||
) |
Definition at line 674 of file gameskill_shared.gsc.
Referenced by playerheartbeatloop().
function destroy_warning_elem | ( | fadeout | ) |
Definition at line 857 of file gameskill_shared.gsc.
References death_notify_wrapper(), and destroy().
Referenced by destroy_warning_elem_when_mission_failed().
function destroy_warning_elem_when_mission_failed | ( | player | ) |
Definition at line 846 of file gameskill_shared.gsc.
References destroy_warning_elem(), and wait_till().
Referenced by create_warning_elem().
function destroyHealthDebug | ( | ) |
Definition at line 299 of file gameskill_shared.gsc.
References destroy().
function empty_kill_func | ( | type | , |
loc | , | ||
point | , | ||
attacker | , | ||
amount | |||
) |
Definition at line 1126 of file gameskill_shared.gsc.
Referenced by setSkill().
function enable_auto_adjust_threatbias | ( | player | ) |
Definition at line 1310 of file gameskill_shared.gsc.
References get_coop_friendly_threat_bias_scalar(), and get_player_threat_bias().
Referenced by coop_player_threat_bias_adjuster().
function fadeFunc | ( | overlay | , |
coverWarning | , | ||
severity | , | ||
mult | , | ||
hud_scaleOnly | |||
) |
Definition at line 992 of file gameskill_shared.gsc.
References fontScaler(), and mayChangeCoverWarningAlpha().
function fontScaler | ( | scale | , |
timer | |||
) |
function get_base_enemy_accuracy | ( | ) |
Definition at line 1434 of file gameskill_shared.gsc.
Referenced by apply_difficulty_var_with_func().
function get_coop_enemy_accuracy_modifier | ( | ) |
Definition at line 1619 of file gameskill_shared.gsc.
Referenced by coop_axis_accuracy_scaler(), and coop_enemy_accuracy_scalar_watcher().
function get_coop_enemy_pain_chance_modifier | ( | ) |
Definition at line 1994 of file gameskill_shared.gsc.
Referenced by get_enemy_pain_chance().
function get_coop_friendly_accuracy_modifier | ( | ) |
Definition at line 1680 of file gameskill_shared.gsc.
Referenced by coop_friendly_accuracy_scalar_watcher().
function get_coop_friendly_threat_bias_scalar | ( | ) |
Definition at line 1743 of file gameskill_shared.gsc.
Referenced by enable_auto_adjust_threatbias().
function get_coop_hit_invulnerability_modifier | ( | ) |
Definition at line 1932 of file gameskill_shared.gsc.
Referenced by get_player_hit_invuln_time().
function get_coop_player_death_invulnerable_time_modifier | ( | ) |
Definition at line 1869 of file gameskill_shared.gsc.
Referenced by playerHurtcheck().
function get_coop_player_health_modifier | ( | ) |
Definition at line 1806 of file gameskill_shared.gsc.
Referenced by adjust_damage_for_player_health().
function get_dog_health | ( | ) |
Definition at line 1528 of file gameskill_shared.gsc.
Referenced by apply_difficulty_var_with_func().
function get_dog_hits_before_kill | ( | ) |
Definition at line 1558 of file gameskill_shared.gsc.
Referenced by apply_difficulty_var_with_func().
function get_dog_press_time | ( | ) |
Definition at line 1543 of file gameskill_shared.gsc.
Referenced by apply_difficulty_var_with_func().
function get_enemy_pain_chance | ( | ) |
Definition at line 1394 of file gameskill_shared.gsc.
References get_coop_enemy_pain_chance_modifier().
Referenced by pain_protection().
function get_general_difficulty_level | ( | ) |
Definition at line 2056 of file gameskill_shared.gsc.
Referenced by siegebot_update_difficulty().
function get_health_overlay_cutoff | ( | ) |
Definition at line 1377 of file gameskill_shared.gsc.
Referenced by playerHealthRegen().
function get_locked_difficulty_val | ( | msg | , |
ignored | |||
) |
Definition at line 131 of file gameskill_shared.gsc.
Referenced by set_difficulty_from_locked_settings().
function get_long_regen_time | ( | ) |
Definition at line 1574 of file gameskill_shared.gsc.
Referenced by apply_difficulty_var_with_func().
function get_miss_time_constant | ( | ) |
Definition at line 1483 of file gameskill_shared.gsc.
Referenced by accuracy_buildup_before_fire().
function get_miss_time_distance_factor | ( | ) |
Definition at line 1513 of file gameskill_shared.gsc.
Referenced by accuracy_buildup_before_fire().
function get_miss_time_reset_delay | ( | ) |
Definition at line 1498 of file gameskill_shared.gsc.
Referenced by accuracy_buildup_before_fire().
function get_player_death_invulnerable_time | ( | ) |
Definition at line 1418 of file gameskill_shared.gsc.
Referenced by playerHurtcheck().
function get_player_difficulty_health | ( | ) |
Definition at line 1450 of file gameskill_shared.gsc.
Referenced by adjust_damage_for_player_health().
function get_player_health_regular_regen_delay | ( | ) |
Definition at line 1589 of file gameskill_shared.gsc.
Referenced by apply_difficulty_var_with_func().
function get_player_hit_invuln_time | ( | ) |
Definition at line 1465 of file gameskill_shared.gsc.
References get_coop_hit_invulnerability_modifier().
Referenced by playerHurtcheck().
function get_player_threat_bias | ( | ) |
Definition at line 1343 of file gameskill_shared.gsc.
Referenced by apply_threat_bias_to_all_players(), and enable_auto_adjust_threatbias().
function get_player_xp_difficulty_multiplier | ( | ) |
Definition at line 1360 of file gameskill_shared.gsc.
Referenced by processScoreEvent().
function get_worthy_damage_ratio | ( | ) |
Definition at line 1604 of file gameskill_shared.gsc.
Referenced by apply_difficulty_var_with_func().
function grenadeAwareness | ( | ) |
Definition at line 609 of file gameskill_shared.gsc.
Referenced by spawn_think_action().
function healthfadeOffWatcher | ( | overlay | , |
timeToFadeOut | |||
) |
Definition at line 682 of file gameskill_shared.gsc.
References IS_TRUE, and WAIT_SERVER_FRAME.
function healthOverlay | ( | ) |
Definition at line 763 of file gameskill_shared.gsc.
References new_style_health_overlay().
Referenced by playerHealthRegen().
function healthOverlay_remove | ( | overlay | ) |
Definition at line 1059 of file gameskill_shared.gsc.
References waittill_any().
function increment_take_cover_warnings_on_death | ( | ) |
Definition at line 1094 of file gameskill_shared.gsc.
References get().
Referenced by playerHealthRegen().
function autoexec init | ( | ) |
Definition at line 14 of file gameskill_shared.gsc.
Referenced by playerHealthRegen().
function mayChangeCoverWarningAlpha | ( | coverWarning | ) |
Definition at line 872 of file gameskill_shared.gsc.
Referenced by cover_warning_check(), and fadeFunc().
function monitor_player_death_invulnerability_eligibility | ( | ) |
Definition at line 2085 of file gameskill_shared.gsc.
Referenced by playerHurtcheck().
function new_style_health_overlay | ( | ) |
Definition at line 698 of file gameskill_shared.gsc.
Referenced by healthOverlay().
function pain_protection | ( | ) |
Definition at line 143 of file gameskill_shared.gsc.
References get_enemy_pain_chance(), and pain_protection_check().
Referenced by setSkill().
function pain_protection_check | ( | ) |
Definition at line 153 of file gameskill_shared.gsc.
Referenced by pain_protection().
function play_hurt_vox | ( | ) |
Definition at line 824 of file gameskill_shared.gsc.
function player_eligible_for_death_invulnerability | ( | ) |
Definition at line 2067 of file gameskill_shared.gsc.
Referenced by playerHurtcheck().
function playerHealthRegen | ( | ) |
Definition at line 425 of file gameskill_shared.gsc.
References clear(), cover_warning_check(), get(), get_health_overlay_cutoff(), healthOverlay(), increment_take_cover_warnings_on_death(), init(), playerHurtcheck(), reduceTakeCoverWarnings(), set(), setTakeCoverWarnings(), and WAIT_SERVER_FRAME.
function playerheartbeatloop | ( | healthcap | ) |
Definition at line 646 of file gameskill_shared.gsc.
References delayed_delete(), and Spawn().
function playerHurtcheck | ( | ) |
Definition at line 342 of file gameskill_shared.gsc.
References get(), get_coop_player_death_invulnerable_time_modifier(), get_player_death_invulnerable_time(), get_player_hit_invuln_time(), monitor_player_death_invulnerability_eligibility(), player_eligible_for_death_invulnerability(), playerInvul(), and set().
Referenced by playerHealthRegen().
function playerInvul | ( | timer | ) |
Definition at line 584 of file gameskill_shared.gsc.
References clear(), and timer().
Referenced by playerHurtcheck().
function printHealthDebug | ( | ) |
Definition at line 185 of file gameskill_shared.gsc.
References wait_till().
function reduceTakeCoverWarnings | ( | ) |
Definition at line 568 of file gameskill_shared.gsc.
Referenced by playerHealthRegen().
function set_difficulty_from_locked_settings | ( | ) |
Definition at line 124 of file gameskill_shared.gsc.
References apply_difficulty_var_with_func(), and get_locked_difficulty_val().
Referenced by setSkill().
function setDiffStructArrays | ( | ) |
Definition at line 1328 of file gameskill_shared.gsc.
References get_script_bundle().
function setSkill | ( | reset | , |
skill_override | |||
) |
Definition at line 20 of file gameskill_shared.gsc.
References coop_enemy_accuracy_scalar_watcher(), coop_friendly_accuracy_scalar_watcher(), coop_player_threat_bias_adjuster(), coopGame(), empty_kill_func(), IS_TRUE, pain_protection(), set_console_status(), set_difficulty_from_locked_settings(), and update_skill_level().
function setTakeCoverWarnings | ( | ) |
Definition at line 1078 of file gameskill_shared.gsc.
Referenced by playerHealthRegen().
function shouldShowCoverWarning | ( | ) |
Definition at line 944 of file gameskill_shared.gsc.
References coopGame().
Referenced by cover_warning_check().
function update_skill_level | ( | skill_override | ) |
Definition at line 1130 of file gameskill_shared.gsc.
References MAX_DIFFICULTY_REPORT_INDEX, MIN_DIFFICULTY_REPORT_INDEX, and set_player_uimodel().
Referenced by setSkill().
function waitTillPlayerIsHitAgain | ( | ) |
Definition at line 839 of file gameskill_shared.gsc.