![]() |
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 | __init__ () |
| function | add_powerup (name, type, displayName, iconMaterial) |
| function | add_recent_earnings_to_stat (recentEarnings) |
| function | announcer (dialog, group) |
| function | apply_powerup (powerup) |
| function | assign_random_body () |
| function | calculate_free_for_all_payouts () |
| function | calculate_places_based_on_score () |
| function | calculate_team_payouts () |
| function | clear_escrows () |
| function | clear_powerups () |
| function | copy_powerup (powerup) |
| function | create_powerup (name, type, displayName, iconMaterial) |
| function | deduct_player_ante () |
| function | determine_top_earners () |
| function | determine_winnings () |
| function | finalize_game () |
| function | finalize_round () |
| function | get_highest_weapon_usage (statName) |
| function | give_powerup (powerup, doAnimation) |
| function | help_game_end () |
| function | increment_escrow_for_player (amount) |
| function | init () |
| function | init_player () |
| function | on_disconnect () |
| function | pay_out_winnings (player, winnings) |
| function | player_scored () |
| function | post_round_side_bet () |
| function | prematch_period () |
| function | pulse_powerup_icon (powerupIndex) |
| function | queue_popup (message, points, subMessage, announcement) |
| function | set_after_action_report_stats () |
| function | set_radar_visibility () |
| function | set_winnings_on_players (players, amount) |
| function | setup_blank_random_player (takeWeapons, chooseRandomBody, weapon) |
| function | show_powerup_message (powerupIndex, doAnimation) |
| function | side_bet_all_bets_placed () |
| function | side_bet_timer () |
| function | track_weapon_usage (name, incValue, statName) |
| function __init__ | ( | ) |
Definition at line 27 of file _wager.gsc.
References init(), and on_start_gametype().
| function add_powerup | ( | name | , |
| type | , | ||
| displayName | , | ||
| iconMaterial | |||
| ) |
Definition at line 662 of file _wager.gsc.
References create_powerup(), and name.
| function add_recent_earnings_to_stat | ( | recentEarnings | ) |
Definition at line 177 of file _wager.gsc.
References get_recent_stat(), and set_recent_stat().
Referenced by deduct_player_ante(), and pay_out_winnings().
| function announcer | ( | dialog | , |
| group | |||
| ) |
Definition at line 645 of file _wager.gsc.
References leader_dialog_on_player().
Referenced by player_scored().
| function apply_powerup | ( | powerup | ) |
Definition at line 688 of file _wager.gsc.
References give(), and setWeaponAmmoOverall().
Referenced by give_powerup(), and setup_blank_random_player().
| function assign_random_body | ( | ) |
Definition at line 507 of file _wager.gsc.
Referenced by setup_blank_random_player().
| function calculate_free_for_all_payouts | ( | ) |
Definition at line 223 of file _wager.gsc.
References array, and set_winnings_on_players().
Referenced by calculate_team_payouts(), and determine_winnings().
| function calculate_places_based_on_score | ( | ) |
Definition at line 279 of file _wager.gsc.
References array.
| function calculate_team_payouts | ( | ) |
Definition at line 307 of file _wager.gsc.
References calculate_free_for_all_payouts(), determineTeamWinnerByGameStat(), and set_winnings_on_players().
Referenced by determine_winnings().
| function clear_escrows | ( | ) |
Definition at line 161 of file _wager.gsc.
Referenced by finalize_game().
| function clear_powerups | ( | ) |
Definition at line 938 of file _wager.gsc.
References destroy().
| function copy_powerup | ( | powerup | ) |
Definition at line 683 of file _wager.gsc.
References create_powerup().
Referenced by give_powerup().
| function create_powerup | ( | name | , |
| type | , | ||
| displayName | , | ||
| iconMaterial | |||
| ) |
Definition at line 650 of file _wager.gsc.
References name.
Referenced by add_powerup(), and copy_powerup().
| function deduct_player_ante | ( | ) |
Definition at line 97 of file _wager.gsc.
References add_recent_earnings_to_stat(), getCodPointsStat(), increment_escrow_for_player(), setCodPointsStat(), and upload_stats_soon().
Referenced by init_player().
| function determine_top_earners | ( | ) |
| function determine_winnings | ( | ) |
Definition at line 205 of file _wager.gsc.
References calculate_free_for_all_payouts(), and calculate_team_payouts().
Referenced by finalize_game(), and finalize_round().
| function finalize_game | ( | ) |
Definition at line 345 of file _wager.gsc.
References clear_escrows(), determine_top_earners(), determine_winnings(), pay_out_winnings(), and updateWinStats().
| function finalize_round | ( | ) |
Definition at line 191 of file _wager.gsc.
References determine_winnings().
| function get_highest_weapon_usage | ( | statName | ) |
Definition at line 978 of file _wager.gsc.
Referenced by set_after_action_report_stats().
| function give_powerup | ( | powerup | , |
| doAnimation | |||
| ) |
Definition at line 746 of file _wager.gsc.
References apply_powerup(), copy_powerup(), and show_powerup_message().
| function help_game_end | ( | ) |
Definition at line 525 of file _wager.gsc.
References queue_popup(), and WAIT_SERVER_FRAME.
Referenced by init().
| function increment_escrow_for_player | ( | amount | ) |
Definition at line 137 of file _wager.gsc.
Referenced by deduct_player_ante().
| function init | ( | ) |
Definition at line 32 of file _wager.gsc.
References GAMEMODE_WAGER_MATCH, help_game_end(), init_player(), on_disconnect(), and on_spawned().
Referenced by __init__().
| function init_player | ( | ) |
| function on_disconnect | ( | ) |
Definition at line 88 of file _wager.gsc.
Referenced by __init__(), and init().
| function pay_out_winnings | ( | player | , |
| winnings | |||
| ) |
Definition at line 377 of file _wager.gsc.
References add_recent_earnings_to_stat(), getCodPointsStat(), and setCodPointsStat().
Referenced by finalize_game().
| function player_scored | ( | ) |
Definition at line 606 of file _wager.gsc.
References announcer(), set_radar_visibility(), updatePlacement(), and WAIT_SERVER_FRAME.
Referenced by _setPlayerScore().
| function post_round_side_bet | ( | ) |
Definition at line 431 of file _wager.gsc.
| function prematch_period | ( | ) |
Definition at line 183 of file _wager.gsc.
| function pulse_powerup_icon | ( | powerupIndex | ) |
Definition at line 765 of file _wager.gsc.
References WAIT_SERVER_FRAME.
| function queue_popup | ( | message | , |
| points | , | ||
| subMessage | , | ||
| announcement | |||
| ) |
Definition at line 511 of file _wager.gsc.
Referenced by help_game_end(), and show_powerup_message().
| function set_after_action_report_stats | ( | ) |
Definition at line 1006 of file _wager.gsc.
References get_highest_weapon_usage(), and set_after_action_report_stat().
| function set_radar_visibility | ( | ) |
Definition at line 574 of file _wager.gsc.
Referenced by player_scored(), and setup_blank_random_player().
| function set_winnings_on_players | ( | players | , |
| amount | |||
| ) |
Definition at line 337 of file _wager.gsc.
Referenced by calculate_free_for_all_payouts(), and calculate_team_payouts().
| function setup_blank_random_player | ( | takeWeapons | , |
| chooseRandomBody | , | ||
| weapon | |||
| ) |
Definition at line 468 of file _wager.gsc.
References apply_powerup(), assign_random_body(), set_player_model(), and set_radar_visibility().
| function show_powerup_message | ( | powerupIndex | , |
| doAnimation | |||
| ) |
Definition at line 806 of file _wager.gsc.
References createIcon(), destroy(), and queue_popup().
Referenced by give_powerup().
| function side_bet_all_bets_placed | ( | ) |
Definition at line 453 of file _wager.gsc.
| function side_bet_timer | ( | ) |
Definition at line 440 of file _wager.gsc.
| function track_weapon_usage | ( | name | , |
| incValue | , | ||
| statName | |||
| ) |
Definition at line 958 of file _wager.gsc.
References name.