![]() |
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 | BLACKJACK_SPECIALIST_INDEX 9 |
#define | BLACKJACK_SPECIALIST_KILLS 4 |
#define | BLACKJACK_UNIQUE_SPECIALIST_KILLS 2 |
Functions | |
function | __init__ () |
function | challenge_game_ended (data) |
function | challenge_kills (data) |
function | challenge_round_ended (data) |
function | check_blackjack_challenge () |
function | get_challenge_stat (stat_name) |
function | get_hero_ability_mask (ability) |
function | get_hero_weapon_mask (attacker, weapon) |
function | is_challenge_active () |
function | on_hero_ability_kill (ability, victimAbility) |
function | on_player_connect () |
function | report_consumable () |
function | set_challenge_stat (stat_name, stat_value) |
function | start_gametype () |
function | track_blackjack_consumable () |
#define BLACKJACK_SPECIALIST_INDEX 9 |
Definition at line 20 of file _blackjack_challenges.gsc.
#define BLACKJACK_SPECIALIST_KILLS 4 |
Definition at line 21 of file _blackjack_challenges.gsc.
#define BLACKJACK_UNIQUE_SPECIALIST_KILLS 2 |
Definition at line 22 of file _blackjack_challenges.gsc.
function __init__ | ( | ) |
Definition at line 28 of file _blackjack_challenges.gsc.
References on_start_gametype(), and start_gametype().
function challenge_game_ended | ( | data | ) |
Definition at line 281 of file _blackjack_challenges.gsc.
References is_bot(), is_challenge_active(), and report_consumable().
Referenced by start_gametype().
function challenge_kills | ( | data | ) |
Definition at line 135 of file _blackjack_challenges.gsc.
References check_blackjack_challenge(), get_hero_weapon_mask(), and is_challenge_active().
Referenced by start_gametype().
function challenge_round_ended | ( | data | ) |
Definition at line 302 of file _blackjack_challenges.gsc.
References is_bot(), is_challenge_active(), and report_consumable().
Referenced by start_gametype().
function check_blackjack_challenge | ( | ) |
Definition at line 117 of file _blackjack_challenges.gsc.
References BLACKJACK_SPECIALIST_KILLS, BLACKJACK_UNIQUE_SPECIALIST_KILLS, get_challenge_stat(), and set_challenge_stat().
Referenced by challenge_kills(), and on_hero_ability_kill().
function get_challenge_stat | ( | stat_name | ) |
Definition at line 183 of file _blackjack_challenges.gsc.
Referenced by check_blackjack_challenge(), and on_player_connect().
function get_hero_ability_mask | ( | ability | ) |
Definition at line 242 of file _blackjack_challenges.gsc.
Referenced by on_hero_ability_kill().
function get_hero_weapon_mask | ( | attacker | , |
weapon | |||
) |
Definition at line 193 of file _blackjack_challenges.gsc.
Referenced by challenge_kills().
function is_challenge_active | ( | ) |
Definition at line 85 of file _blackjack_challenges.gsc.
Referenced by challenge_game_ended(), challenge_kills(), challenge_round_ended(), and on_hero_ability_kill().
function on_hero_ability_kill | ( | ability | , |
victimAbility | |||
) |
Definition at line 90 of file _blackjack_challenges.gsc.
References check_blackjack_challenge(), get_hero_ability_mask(), and is_challenge_active().
Referenced by start_gametype().
function on_player_connect | ( | ) |
Definition at line 53 of file _blackjack_challenges.gsc.
References BLACKJACK_SPECIALIST_INDEX, canProcessChallenges(), get_challenge_stat(), and track_blackjack_consumable().
Referenced by start_gametype().
function report_consumable | ( | ) |
Definition at line 344 of file _blackjack_challenges.gsc.
Referenced by challenge_game_ended(), challenge_round_ended(), and track_blackjack_consumable().
function set_challenge_stat | ( | stat_name | , |
stat_value | |||
) |
Definition at line 188 of file _blackjack_challenges.gsc.
Referenced by check_blackjack_challenge().
function start_gametype | ( | ) |
Definition at line 33 of file _blackjack_challenges.gsc.
References canProcessChallenges(), challenge_game_ended(), challenge_kills(), challenge_round_ended(), on_connect(), on_hero_ability_kill(), on_player_connect(), register_hero_ability_kill_event(), and registerChallengesCallback().
Referenced by __init__().
function track_blackjack_consumable | ( | ) |
Definition at line 323 of file _blackjack_challenges.gsc.
References report_consumable().
Referenced by on_player_connect().