![]() |
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 | KILL_NEAR_PLANT_ENGINEER_HARDWIRED_CLOSE_ENOUGH_DISTANCE 400 |
#define KILL_NEAR_PLANT_ENGINEER_HARDWIRED_CLOSE_ENOUGH_DISTANCE 400 |
Definition at line 25 of file _challenges.gsc.
function __init__ | ( | ) |
Definition at line 31 of file _challenges.gsc.
References callbackEndHeroSpecialistEMP(), capturedObjectiveFunction(), heroAbilityActivateNearDeath(), on_player_spawn(), on_spawned(), on_start_gametype(), and start_gametype().
function addSpecialistUsedStatOnConnect | ( | ) |
Definition at line 86 of file _challenges.gsc.
Referenced by on_player_connect().
function callbackEndHeroSpecialistEMP | ( | ) |
Definition at line 1720 of file _challenges.gsc.
References EnemyEMPOwner().
Referenced by __init__().
function calledInComlinkChopper | ( | ) |
Definition at line 1741 of file _challenges.gsc.
Referenced by useKillstreakHelicopter().
function capturedObjectiveFunction | ( | ) |
Definition at line 1864 of file _challenges.gsc.
References BONUSCARD_TWO_TACTICALS, and is_item_purchased().
Referenced by __init__().
function challengeGameEndMP | ( | data | ) |
Definition at line 1516 of file _challenges.gsc.
References endedEarly(), and getLosersTeamScores().
Referenced by start_gametype().
function challengeKills | ( | data | ) |
Definition at line 302 of file _challenges.gsc.
References BONUSCARD_DANGER_CLOSE, BONUSCARD_OVERKILL, BONUSCARD_PERK_1_GREED, BONUSCARD_PERK_2_GREED, BONUSCARD_PERK_3_GREED, BONUSCARD_PRIMARY_GUNFIGHTER, BONUSCARD_PRIMARY_GUNFIGHTER_3, BONUSCARD_SECONDARY_GUNFIGHTER, checkDualWield(), get_from_weapon(), getActiveKillstreaks(), getBaseWeapon(), getWeaponClass(), has_awareness_perk_purchased_and_equipped(), has_blind_eye_perk_purchased_and_equipped(), has_cold_blooded_perk_purchased_and_equipped(), has_fast_hands_perk_purchased_and_equipped(), has_ghost_perk_purchased_and_equipped(), has_gung_ho_perk_purchased_and_equipped(), has_hacker_perk_purchased_and_equipped(), has_hard_wired_perk_purchased_and_equipped(), has_jetquiet_perk_purchased_and_equipped(), has_ninja_perk_purchased_and_equipped(), has_purchased_perk_equipped(), has_scavenger_perk_purchased_and_equipped(), has_tactical_mask_purchased_and_equipped(), HasIndexActiveCounterUAV(), hasTacticalMask(), HasUAV(), IDFLAGS_PENETRATION, is_item_purchased(), is_looking_at(), isFlashbanged(), isMeleeMOD(), isPistol(), isPunch(), KILL_NEAR_PLANT_ENGINEER_HARDWIRED_CLOSE_ENOUGH_DISTANCE, processSpecialistChallenge(), SQR, and trackKillstreakSupportKills().
Referenced by start_gametype().
function checkDualWield | ( | baseWeapon | , |
player | , | ||
attacker | , | ||
time | , | ||
attackerWasSprinting | , | ||
attacker_sprint_end | |||
) |
Definition at line 1504 of file _challenges.gsc.
References has_gung_ho_perk_purchased_and_equipped().
Referenced by challengeKills().
function checkForHeroSurvival | ( | ) |
Definition at line 1709 of file _challenges.gsc.
References waittill_any_timeout().
Referenced by heroAbilityActivateNearDeath().
function checkKillStreak5 | ( | baseWeapon | , |
player | |||
) |
Definition at line 1488 of file _challenges.gsc.
function combat_robot_damage | ( | eAttacker | , |
combatRobotOwner | |||
) |
Definition at line 1747 of file _challenges.gsc.
Referenced by combatRobotDamageOverride().
function completed_specific_challenge | ( | target_value | , |
challenge_name | |||
) |
Definition at line 1407 of file _challenges.gsc.
References get_challenge_stat().
Referenced by tally_completed_challenge(), and TU7_fix_mastery_perk_2().
function fix_challenge_stats_on_spawn | ( | ) |
Definition at line 1323 of file _challenges.gsc.
References fix_TU6_ar_garand(), fix_TU6_pistol_shotgun(), fix_TU6_weapon_for_diamond(), and TU7_fix_100_percenter().
Referenced by on_player_spawn().
function fix_TU6_ar_garand | ( | ) |
Definition at line 1370 of file _challenges.gsc.
References force_challenge_stat(), get_challenge_group_stat(), and get_challenge_stat().
Referenced by fix_challenge_stats_on_spawn().
function fix_TU6_pistol_shotgun | ( | ) |
Definition at line 1389 of file _challenges.gsc.
References force_challenge_stat(), get_challenge_group_stat(), and get_challenge_stat().
Referenced by fix_challenge_stats_on_spawn().
function fix_TU6_weapon_for_diamond | ( | stat_name | ) |
Definition at line 1345 of file _challenges.gsc.
References force_challenge_stat(), and get_challenge_stat().
Referenced by fix_challenge_stats_on_spawn().
function flakjacketProtectedMP | ( | weapon | , |
attacker | |||
) |
Definition at line 1936 of file _challenges.gsc.
Referenced by cac_modified_damage().
function force_challenge_stat | ( | stat_name | , |
stat_value | |||
) |
Definition at line 1311 of file _challenges.gsc.
Referenced by fix_TU6_ar_garand(), fix_TU6_pistol_shotgun(), and fix_TU6_weapon_for_diamond().
function get_challenge_group_stat | ( | group_name | , |
stat_name | |||
) |
Definition at line 1318 of file _challenges.gsc.
Referenced by fix_TU6_ar_garand(), and fix_TU6_pistol_shotgun().
function get_challenge_stat | ( | stat_name | ) |
Definition at line 1306 of file _challenges.gsc.
Referenced by completed_specific_challenge(), fix_TU6_ar_garand(), fix_TU6_pistol_shotgun(), fix_TU6_weapon_for_diamond(), and TU7_fix_mastery_perk_2().
function getBaseWeapon | ( | weapon | ) |
Definition at line 1459 of file _challenges.gsc.
References str_strip_lh_from_crossbow(), and str_strip_lh_or_dw().
Referenced by challengeKills(), get_distance_for_weapon(), and is_weapon_valid().
function heroAbilityActivateNearDeath | ( | ) |
Definition at line 1689 of file _challenges.gsc.
References checkForHeroSurvival().
Referenced by __init__().
function initChallengeData | ( | ) |
Definition at line 72 of file _challenges.gsc.
Referenced by on_player_connect().
function killedBaseDefender | ( | objective | ) |
Definition at line 1647 of file _challenges.gsc.
References player_contract_event(), and waitTillTimeoutOrDeath().
Referenced by onPlayerKilled().
function killedBaseOffender | ( | objective | , |
weapon | |||
) |
Definition at line 1566 of file _challenges.gsc.
References get_from_weapon(), player_contract_event(), and waitTillTimeoutOrDeath().
Referenced by onPlayerKilled().
function killstreak_30_noscorestreaks | ( | ) |
Definition at line 1681 of file _challenges.gsc.
Referenced by PlayerKilled_Kill().
function longDistanceKillMP | ( | weapon | ) |
Definition at line 1851 of file _challenges.gsc.
Referenced by scoreEventPlayerKill().
function monitorGrenadeFire | ( | ) |
Definition at line 1808 of file _challenges.gsc.
Referenced by on_player_connect().
function monitorReloads | ( | ) |
Definition at line 1784 of file _challenges.gsc.
Referenced by on_player_connect().
function on_player_connect | ( | ) |
Definition at line 63 of file _challenges.gsc.
References addSpecialistUsedStatOnConnect(), initChallengeData(), monitorGrenadeFire(), monitorReloads(), and spawnWatcher().
Referenced by start_gametype().
function on_player_spawn | ( | ) |
Definition at line 1298 of file _challenges.gsc.
References canProcessChallenges(), and fix_challenge_stats_on_spawn().
Referenced by __init__().
function processSpecialistChallenge | ( | statName | ) |
Definition at line 1927 of file _challenges.gsc.
Referenced by challengeKills(), multikillMedalAchievement(), and specialistStatAbilityUsage().
function spawnWatcher | ( | ) |
Definition at line 108 of file _challenges.gsc.
References watchJump(), watchScavengeLethal(), watchSlide(), watchSprint(), watchSwimming(), watchWallrun(), watchWallRunTwoOppositeWallsNoGround(), and watchWeaponChangeComplete().
Referenced by on_player_connect().
function start_gametype | ( | ) |
Definition at line 40 of file _challenges.gsc.
References canProcessChallenges(), challengeGameEndMP(), challengeKills(), on_connect(), on_player_connect(), and registerChallengesCallback().
Referenced by __init__().
function str_strip_lh_from_crossbow | ( | str | ) |
Definition at line 1468 of file _challenges.gsc.
Referenced by getBaseWeapon().
function str_strip_lh_or_dw | ( | str | ) |
Definition at line 1478 of file _challenges.gsc.
Referenced by getBaseWeapon().
function tally_completed_challenge | ( | target_value | , |
challenge_name | |||
) |
Definition at line 1414 of file _challenges.gsc.
References completed_specific_challenge().
Referenced by TU7_fix_mastery_perk_2().
function trackKillstreakSupportKills | ( | victim | ) |
Definition at line 1756 of file _challenges.gsc.
Referenced by challengeKills().
function TU7_fix_100_percenter | ( | ) |
Definition at line 1419 of file _challenges.gsc.
References TU7_fix_mastery_perk_2().
Referenced by fix_challenge_stats_on_spawn().
function TU7_fix_mastery_perk_2 | ( | ) |
Definition at line 1424 of file _challenges.gsc.
References completed_specific_challenge(), get_challenge_stat(), and tally_completed_challenge().
Referenced by TU7_fix_100_percenter().
function waitTillTimeoutOrDeath | ( | timeout | ) |
Definition at line 1675 of file _challenges.gsc.
References timeout().
Referenced by killedBaseDefender(), and killedBaseOffender().
function watchDoublejump | ( | ) |
Definition at line 167 of file _challenges.gsc.
References waittill_any_return().
function watchJump | ( | ) |
Definition at line 189 of file _challenges.gsc.
References waittill_any_return().
Referenced by spawnWatcher().
function watchScavengeLethal | ( | ) |
Definition at line 153 of file _challenges.gsc.
Referenced by spawnWatcher().
function watchSlide | ( | ) |
Definition at line 255 of file _challenges.gsc.
References waittill_any_return().
Referenced by spawnWatcher().
function watchSprint | ( | ) |
Definition at line 278 of file _challenges.gsc.
References waittill_any_return().
Referenced by spawnWatcher().
function watchSwimming | ( | ) |
Definition at line 211 of file _challenges.gsc.
References waittill_any_return().
Referenced by spawnWatcher().
function watchWallrun | ( | ) |
Definition at line 233 of file _challenges.gsc.
References waittill_any_return().
Referenced by spawnWatcher().
function watchWallRunTwoOppositeWallsNoGround | ( | ) |
Definition at line 1872 of file _challenges.gsc.
References WAIT_SERVER_FRAME, and waittill_any_return().
Referenced by spawnWatcher().
function watchWeaponChangeComplete | ( | ) |
Definition at line 1836 of file _challenges.gsc.
Referenced by spawnWatcher().