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

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 ()
 

Macro Definition Documentation

◆ BLACKJACK_SPECIALIST_INDEX

#define BLACKJACK_SPECIALIST_INDEX   9

Definition at line 20 of file _blackjack_challenges.gsc.

◆ BLACKJACK_SPECIALIST_KILLS

#define BLACKJACK_SPECIALIST_KILLS   4

Definition at line 21 of file _blackjack_challenges.gsc.

◆ BLACKJACK_UNIQUE_SPECIALIST_KILLS

#define BLACKJACK_UNIQUE_SPECIALIST_KILLS   2

Definition at line 22 of file _blackjack_challenges.gsc.

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 28 of file _blackjack_challenges.gsc.

References on_start_gametype(), and start_gametype().

◆ challenge_game_ended()

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().

◆ challenge_kills()

function challenge_kills ( data  )

◆ challenge_round_ended()

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().

◆ check_blackjack_challenge()

function check_blackjack_challenge ( )

◆ get_challenge_stat()

function get_challenge_stat ( stat_name  )

Definition at line 183 of file _blackjack_challenges.gsc.

Referenced by check_blackjack_challenge(), and on_player_connect().

◆ get_hero_ability_mask()

function get_hero_ability_mask ( ability  )

Definition at line 242 of file _blackjack_challenges.gsc.

Referenced by on_hero_ability_kill().

◆ get_hero_weapon_mask()

function get_hero_weapon_mask ( attacker  ,
weapon   
)

Definition at line 193 of file _blackjack_challenges.gsc.

Referenced by challenge_kills().

◆ is_challenge_active()

function is_challenge_active ( )

◆ on_hero_ability_kill()

function on_hero_ability_kill ( ability  ,
victimAbility   
)

◆ on_player_connect()

function on_player_connect ( )

◆ report_consumable()

function report_consumable ( )

◆ set_challenge_stat()

function set_challenge_stat ( stat_name  ,
stat_value   
)

Definition at line 188 of file _blackjack_challenges.gsc.

Referenced by check_blackjack_challenge().

◆ start_gametype()

◆ track_blackjack_consumable()

function track_blackjack_consumable ( )

Definition at line 323 of file _blackjack_challenges.gsc.

References report_consumable().

Referenced by on_player_connect().