![]() |
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_to_player_score (points, b_add_to_total=true, str_awarded_by="") |
function | add_to_team_score (points) |
function | can_player_purchase (n_cost) |
function | doublexp_timer () |
function | get_points_multiplier (player) |
function | get_zombie_death_player_points () |
function | get_zombie_death_team_points () |
function | minus_to_player_score (points) |
function | minus_to_team_score (points) |
function | player_add_points (event, mod, hit_location, is_dog, zombie_team, damage_weapon) |
function | player_add_points_kill_bonus (mod, hit_location, weapon, player_points=undefined) |
function | player_died_penalty () |
function | player_downed_penalty () |
function | player_on_spawned () |
function | player_reduce_points (event, n_amount) |
function | register_score_event (str_event, func_callback) |
function | reset_doublexp_timer () |
function | score_cf_increment_info (name) |
function | score_cf_register_info (name, version, max_count) |
function | wait_score_cf_increment_info (player, cf) |
function __init__ | ( | ) |
Definition at line 26 of file _zm_score.gsc.
References on_spawned(), player_on_spawned(), register(), score_cf_register_info(), and VERSION_SHIP.
function add_to_player_score | ( | points | , |
b_add_to_total | = true , |
||
str_awarded_by | = "" |
||
) |
Definition at line 521 of file _zm_score.gsc.
References add_to_player_score_override(), and round_up_score().
Referenced by check_for_change(), electric_cherry_laststand(), electric_cherry_reload_attack(), machine_think(), player_add_points(), teller_withdrawl(), treasure_chest_think(), and widows_wine_cocoon_zombie_score().
function add_to_team_score | ( | points | ) |
Definition at line 576 of file _zm_score.gsc.
function can_player_purchase | ( | n_cost | ) |
Definition at line 655 of file _zm_score.gsc.
References is_enabled().
Referenced by debris_think(), door_buy(), machine_think(), melee_weapon_think(), teleport_pad_active_think(), trap_use_think(), treasure_chest_think(), vending_trigger_think(), vending_weapon_upgrade(), weapon_spawn_think(), and widows_wine_override_melee_wallbuy_purchase().
function doublexp_timer | ( | ) |
Definition at line 62 of file _zm_score.gsc.
References reset_doublexp_timer(), and wait_till().
Referenced by player_on_spawned(), and reset_doublexp_timer().
function get_points_multiplier | ( | player | ) |
Definition at line 339 of file _zm_score.gsc.
Referenced by player_add_points().
function get_zombie_death_player_points | ( | ) |
Definition at line 361 of file _zm_score.gsc.
Referenced by player_add_points(), and thundergun_fling_zombie().
function get_zombie_death_team_points | ( | ) |
Definition at line 385 of file _zm_score.gsc.
Referenced by player_add_points().
function minus_to_player_score | ( | points | ) |
Definition at line 551 of file _zm_score.gsc.
References do_one_shot_use(), and is_enabled().
Referenced by debris_think(), door_buy(), machine_think(), melee_weapon_think(), teleport_pad_active_think(), trap_use_think(), treasure_chest_think(), vending_trigger_think(), vending_weapon_upgrade(), weapon_spawn_think(), and widows_wine_override_melee_wallbuy_purchase().
function minus_to_team_score | ( | points | ) |
Definition at line 604 of file _zm_score.gsc.
function player_add_points | ( | event | , |
mod | , | ||
hit_location | , | ||
is_dog | , | ||
zombie_team | , | ||
damage_weapon | |||
) |
Definition at line 129 of file _zm_score.gsc.
References add_to_player_score(), get_points_multiplier(), get_zombie_death_player_points(), get_zombie_death_team_points(), increment_client_stat(), increment_player_stat(), is_player_valid(), IS_TRUE, pers_upgrade_pistol_points_set_score(), player_add_points_kill_bonus(), processScoreEvent(), round_up_score(), and score_cf_increment_info().
Referenced by dog_death(), handle_post_board_repair_rewards(), lc_do_damage(), nuke_powerup(), player_revive_monitor(), raps_death(), start_carpenter(), start_carpenter_new(), thundergun_fling_zombie(), wasp_death(), widows_wine_vehicle_damage_response(), widows_wine_zombie_damage_response(), zombie_damage(), zombie_damage_ads(), and zombie_death_points().
function player_add_points_kill_bonus | ( | mod | , |
hit_location | , | ||
weapon | , | ||
player_points | = undefined |
||
) |
Definition at line 391 of file _zm_score.gsc.
References processScoreEvent(), and score_cf_increment_info().
Referenced by player_add_points().
function player_died_penalty | ( | ) |
Definition at line 629 of file _zm_score.gsc.
References is_zombie(), and player_reduce_points().
Referenced by zombify_player().
function player_downed_penalty | ( | ) |
Definition at line 646 of file _zm_score.gsc.
References player_reduce_points().
Referenced by player_laststand().
function player_on_spawned | ( | ) |
Definition at line 89 of file _zm_score.gsc.
References doublexp_timer(), and wait_network_frame().
Referenced by __init__().
function player_reduce_points | ( | event | , |
n_amount | |||
) |
Definition at line 460 of file _zm_score.gsc.
References round_up_to_ten().
Referenced by player_died_penalty(), player_downed_penalty(), player_too_many_weapons_monitor_takeaway_sequence(), player_too_many_weapons_monitor_takeaway_simultaneous(), and spectator_respawn().
function register_score_event | ( | str_event | , |
func_callback | |||
) |
Definition at line 50 of file _zm_score.gsc.
function reset_doublexp_timer | ( | ) |
Definition at line 56 of file _zm_score.gsc.
References doublexp_timer().
Referenced by doublexp_timer().
function score_cf_increment_info | ( | name | ) |
Definition at line 111 of file _zm_score.gsc.
References name, and wait_score_cf_increment_info().
Referenced by player_add_points(), and player_add_points_kill_bonus().
function score_cf_register_info | ( | name | , |
version | , | ||
max_count | |||
) |
Definition at line 101 of file _zm_score.gsc.
References MAX_CLIENTS_ZM, name, and register().
Referenced by __init__().
function wait_score_cf_increment_info | ( | player | , |
cf | |||
) |
Definition at line 119 of file _zm_score.gsc.
References increment_uimodel(), and IS_TRUE.
Referenced by score_cf_increment_info().