![]() |
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 | PLAYER_KEYLINE_DVAR "scr_hide_player_keyline" |
#define | PLAYER_KEYLINE_MATERIAL "mc/hud_keyline_zm_player" |
#define | PLAYER_KEYLINE_MATERIAL_LASTSTAND "mc/hud_keyline_zm_player_ls" |
#define | SITREP_BEAST_MODE_AND_FRIENDLY 3 |
#define | SITREP_FRIENDLY_ONLY 4 |
Functions | |
function | basic_player_connect (localClientNum) |
function | box_monitor (clientNum, state, oldState) |
function | check_should_gib () |
function | createZombieEyes (localClientNum) |
function | createZombieEyesInternal (localClientNum) |
function | delay_for_clients_then_execute (func) |
function | deleteZombieEyes (localClientNum) |
function | do_gib (model, tag) |
function | do_gib_fx (tag) |
function | do_hat_gib (model, tag) |
function | do_headshot_gib_fx () |
function | end_last_stand (clientNum) |
function | force_update_player_clientfields (localClientNum) |
function | game_end_time (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | game_start_time (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | get_eyeball_color () |
function | get_eyeball_off_luminance () |
function | get_eyeball_on_luminance () |
function | handle_zombie_risers (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | handle_zombie_risers_foliage (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | handle_zombie_risers_lowg (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | handle_zombie_risers_water (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | has_gibbed_piece (piece_index) |
function autoexec | ignore_systems () |
function | init () |
function | init_blocker_fx () |
function | init_clientfields () |
function | init_duplicaterender_settings () |
function | init_riser_fx () |
function | init_zombie_explode_fx () |
function | last_stand_monitor (clientNum, state, oldState) |
function | last_stand_thread (clientNum) |
function | Laststand (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | mark_piece_gibbed (piece_index) |
function | on_gib_event (localClientNum, type, locations) |
function | player_duplicaterender (localClientNum) |
function | player_eye_color_clientfield_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | player_eyes_clientfield_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | player_umbrahotfixes (localClientNum) |
function | quest_complete_time (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | resetGibCounter () |
function | rise_dust_fx (clientnum, type, billow_fx, burst_fx) |
function | round_complete_num (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | round_complete_time (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | update_aat_hud (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | zombie_eyes_clientfield_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | zombie_eyes_demo_clientfield_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | zombie_eyes_demo_watcher (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | zombie_eyes_handle_demo_jump (localClientNum) |
function | zombie_gut_explosion_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | zombie_highest_vision_set_apply () |
function | zombie_power_clientfield_off (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | zombie_power_clientfield_on (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | zombie_ragdoll_explode_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | zombie_vision_set_apply (str_visionset, int_priority, flt_transition_time, int_clientnum) |
function | zombie_vision_set_remove (str_visionset, flt_transition_time, int_clientnum) |
function | zombie_wait_explode (localClientNum) |
function | zombie_zombie_keyline_render_clientfield_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | ZPO_listener () |
function | ZPOff_listener () |
#define PLAYER_KEYLINE_MATERIAL_LASTSTAND "mc/hud_keyline_zm_player_ls" |
function basic_player_connect | ( | localClientNum | ) |
function box_monitor | ( | clientNum | , |
state | , | ||
oldState | |||
) |
function check_should_gib | ( | ) |
Definition at line 887 of file _zm.csc.
Referenced by on_gib_event().
function createZombieEyes | ( | localClientNum | ) |
Definition at line 475 of file _zm.csc.
References createZombieEyesInternal().
Referenced by dog_fx(), zombie_eyes_clientfield_cb(), and zombie_eyes_demo_watcher().
function createZombieEyesInternal | ( | localClientNum | ) |
Definition at line 438 of file _zm.csc.
References waittill_dobj().
Referenced by createZombieEyes().
function deleteZombieEyes | ( | localClientNum | ) |
Definition at line 481 of file _zm.csc.
Referenced by dog_fx(), zombie_eyes_clientfield_cb(), zombie_eyes_demo_watcher(), and zombie_eyes_handle_demo_jump().
function do_gib | ( | model | , |
tag | |||
) |
function do_gib_fx | ( | tag | ) |
Definition at line 813 of file _zm.csc.
Referenced by do_gib(), and on_gib_event().
function do_hat_gib | ( | model | , |
tag | |||
) |
Definition at line 874 of file _zm.csc.
Referenced by on_gib_event().
function do_headshot_gib_fx | ( | ) |
Definition at line 783 of file _zm.csc.
Referenced by on_gib_event().
function end_last_stand | ( | clientNum | ) |
Definition at line 1437 of file _zm.csc.
Referenced by last_stand_thread().
function force_update_player_clientfields | ( | localClientNum | ) |
Definition at line 258 of file _zm.csc.
Referenced by player_duplicaterender().
function game_end_time | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 418 of file _zm.csc.
Referenced by init_clientfields().
function game_start_time | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 430 of file _zm.csc.
Referenced by init_clientfields().
function get_eyeball_color | ( | ) |
Definition at line 681 of file _zm.csc.
Referenced by dog_fx(), zombie_eyes_clientfield_cb(), zombie_eyes_demo_watcher(), and zombie_eyes_handle_demo_jump().
function get_eyeball_off_luminance | ( | ) |
Definition at line 671 of file _zm.csc.
Referenced by dog_fx(), zombie_eyes_clientfield_cb(), zombie_eyes_demo_watcher(), and zombie_eyes_handle_demo_jump().
function get_eyeball_on_luminance | ( | ) |
Definition at line 661 of file _zm.csc.
Referenced by dog_fx(), zombie_eyes_clientfield_cb(), and zombie_eyes_demo_watcher().
function handle_zombie_risers | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1296 of file _zm.csc.
References rise_dust_fx().
Referenced by init_clientfields().
function handle_zombie_risers_foliage | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1253 of file _zm.csc.
References rise_dust_fx().
Referenced by init_clientfields().
function handle_zombie_risers_lowg | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1328 of file _zm.csc.
References rise_dust_fx().
Referenced by init_clientfields().
function handle_zombie_risers_water | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1274 of file _zm.csc.
References rise_dust_fx().
Referenced by init_clientfields().
function init | ( | ) |
Definition at line 103 of file _zm.csc.
References add_callback(), basic_player_connect(), box_monitor(), clientVoiceSetup(), init_blocker_fx(), init_clientfields(), init_riser_fx(), init_zombie_explode_fx(), last_stand_monitor(), main_end(), main_start(), on_gib_event(), on_spawned(), player_duplicaterender(), player_umbrahotfixes(), playerFallDamageSound(), register_system(), resetGibCounter(), update_aat_hud(), ZPO_listener(), and ZPOff_listener().
function init_clientfields | ( | ) |
Definition at line 302 of file _zm.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, game_end_time(), game_start_time(), get_array(), handle_zombie_risers(), handle_zombie_risers_foliage(), handle_zombie_risers_lowg(), handle_zombie_risers_water(), IS_TRUE, quest_complete_time(), register(), round_complete_num(), round_complete_time(), sndSetZombieContext(), VERSION_SHIP, VERSION_SHIP_OBSOLETE, VERSION_TU15_FFOTD_090816_0, zombie_eyes_clientfield_cb(), zombie_gut_explosion_cb(), zombie_power_clientfield_off(), zombie_power_clientfield_on(), zombie_ragdoll_explode_cb(), and zombie_zombie_keyline_render_clientfield_cb().
Referenced by init().
function init_duplicaterender_settings | ( | ) |
Definition at line 203 of file _zm.csc.
References DR_CULL_NEVER, DR_TYPE_OFFSCREEN, PLAYER_KEYLINE_MATERIAL, PLAYER_KEYLINE_MATERIAL_LASTSTAND, set_dr_filter_offscreen(), and SITREP_FRIENDLY_ONLY.
Referenced by player_duplicaterender().
function last_stand_monitor | ( | clientNum | , |
state | , | ||
oldState | |||
) |
Definition at line 1491 of file _zm.csc.
References last_stand_thread(), and spawn().
Referenced by init().
function last_stand_thread | ( | clientNum | ) |
Definition at line 1446 of file _zm.csc.
References end_last_stand(), and pause().
Referenced by last_stand_monitor().
function Laststand | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1536 of file _zm.csc.
References set_dr_flag(), sndZmbLaststand(), and update_dr_filters().
Referenced by register_clientfields().
function mark_piece_gibbed | ( | piece_index | ) |
Definition at line 753 of file _zm.csc.
Referenced by on_gib_event().
function on_gib_event | ( | localClientNum | , |
type | , | ||
locations | |||
) |
Definition at line 908 of file _zm.csc.
References check_should_gib(), do_gib(), do_gib_fx(), do_hat_gib(), do_headshot_gib_fx(), is_mature(), and mark_piece_gibbed().
Referenced by init().
function player_duplicaterender | ( | localClientNum | ) |
Definition at line 217 of file _zm.csc.
References force_update_player_clientfields(), init_duplicaterender_settings(), PLAYER_KEYLINE_DVAR, set_dr_flag(), and update_dr_filters().
Referenced by init().
function player_eye_color_clientfield_cb | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 522 of file _zm.csc.
References IS_TRUE, zombie_eyes_clientfield_cb(), and zombie_eyes_demo_clientfield_cb().
function player_eyes_clientfield_cb | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 493 of file _zm.csc.
References IS_TRUE, zombie_eyes_clientfield_cb(), and zombie_eyes_demo_clientfield_cb().
function player_umbrahotfixes | ( | localClientNum | ) |
function quest_complete_time | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 424 of file _zm.csc.
Referenced by init_clientfields().
function rise_dust_fx | ( | clientnum | , |
type | , | ||
billow_fx | , | ||
burst_fx | |||
) |
Definition at line 1360 of file _zm.csc.
Referenced by handle_zombie_risers(), handle_zombie_risers_foliage(), handle_zombie_risers_lowg(), and handle_zombie_risers_water().
function round_complete_num | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 412 of file _zm.csc.
Referenced by init_clientfields().
function round_complete_time | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 406 of file _zm.csc.
Referenced by init_clientfields().
function update_aat_hud | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 1558 of file _zm.csc.
References AAT_RESERVED_NAME, get_icon(), and get_string().
Referenced by init().
function zombie_eyes_clientfield_cb | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 614 of file _zm.csc.
References createZombieEyes(), deleteZombieEyes(), get_eyeball_color(), get_eyeball_off_luminance(), and get_eyeball_on_luminance().
Referenced by init_clientfields(), player_eye_color_clientfield_cb(), and player_eyes_clientfield_cb().
function zombie_eyes_demo_clientfield_cb | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 608 of file _zm.csc.
References zombie_eyes_demo_watcher().
Referenced by player_eye_color_clientfield_cb(), and player_eyes_clientfield_cb().
function zombie_eyes_demo_watcher | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 566 of file _zm.csc.
References createZombieEyes(), deleteZombieEyes(), get_eyeball_color(), get_eyeball_off_luminance(), get_eyeball_on_luminance(), IS_TRUE, and zombie_eyes_handle_demo_jump().
Referenced by zombie_eyes_demo_clientfield_cb().
function zombie_eyes_handle_demo_jump | ( | localClientNum | ) |
Definition at line 550 of file _zm.csc.
References deleteZombieEyes(), get_eyeball_color(), get_eyeball_off_luminance(), and waittill_any().
Referenced by zombie_eyes_demo_watcher().
function zombie_gut_explosion_cb | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 706 of file _zm.csc.
Referenced by init_clientfields().
function zombie_highest_vision_set_apply | ( | ) |
Definition at line 1226 of file _zm.csc.
Referenced by zombie_vision_set_apply(), and zombie_vision_set_remove().
function zombie_power_clientfield_off | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 398 of file _zm.csc.
Referenced by init_clientfields().
function zombie_power_clientfield_on | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 390 of file _zm.csc.
Referenced by init_clientfields().
function zombie_ragdoll_explode_cb | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 698 of file _zm.csc.
References zombie_wait_explode().
Referenced by init_clientfields().
function zombie_vision_set_apply | ( | str_visionset | , |
int_priority | , | ||
flt_transition_time | , | ||
int_clientnum | |||
) |
Definition at line 1065 of file _zm.csc.
References add(), and zombie_highest_vision_set_apply().
function zombie_vision_set_remove | ( | str_visionset | , |
flt_transition_time | , | ||
int_clientnum | |||
) |
Definition at line 1158 of file _zm.csc.
References zombie_highest_vision_set_apply().
function zombie_wait_explode | ( | localClientNum | ) |
Definition at line 728 of file _zm.csc.
References is_mature().
Referenced by zombie_ragdoll_explode_cb().
function zombie_zombie_keyline_render_clientfield_cb | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 639 of file _zm.csc.
References IS_TRUE, set_dr_flag(), and update_dr_filters().
Referenced by init_clientfields().