![]() |
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 | setup_teleport_aftereffects () |
function | teleport_aftereffect_bw_vision (localClientNum) |
function | teleport_aftereffect_flare_vision (localClientNum) |
function | teleport_aftereffect_flashy_vision (localClientNum) |
function | teleport_aftereffect_fov (localClientNum) |
function | teleport_aftereffect_red_vision (localClientNum) |
function | teleport_aftereffect_shellshock (localClientNum) |
function | teleport_aftereffect_shellshock_electric (localClientNum) |
function | wait_for_black_box () |
function | wait_for_teleport_aftereffect () |
function __init__ | ( | ) |
Definition at line 19 of file zm_giant_teleporter.csc.
References register_overlay_info_style_postfx_bundle(), setup_teleport_aftereffects(), VERSION_SHIP, wait_for_black_box(), and wait_for_teleport_aftereffect().
function setup_teleport_aftereffects | ( | ) |
Definition at line 28 of file zm_giant_teleporter.csc.
References teleport_aftereffect_bw_vision(), teleport_aftereffect_flare_vision(), teleport_aftereffect_flashy_vision(), teleport_aftereffect_fov(), teleport_aftereffect_red_vision(), teleport_aftereffect_shellshock(), teleport_aftereffect_shellshock_electric(), and waitforclient().
Referenced by __init__().
function teleport_aftereffect_bw_vision | ( | localClientNum | ) |
Definition at line 104 of file zm_giant_teleporter.csc.
Referenced by setup_teleport_aftereffects().
function teleport_aftereffect_flare_vision | ( | localClientNum | ) |
Definition at line 137 of file zm_giant_teleporter.csc.
Referenced by setup_teleport_aftereffects().
function teleport_aftereffect_flashy_vision | ( | localClientNum | ) |
Definition at line 122 of file zm_giant_teleporter.csc.
Referenced by setup_teleport_aftereffects().
function teleport_aftereffect_fov | ( | localClientNum | ) |
Definition at line 88 of file zm_giant_teleporter.csc.
Referenced by setup_teleport_aftereffects().
function teleport_aftereffect_red_vision | ( | localClientNum | ) |
Definition at line 113 of file zm_giant_teleporter.csc.
Referenced by setup_teleport_aftereffects().
function teleport_aftereffect_shellshock | ( | localClientNum | ) |
Definition at line 78 of file zm_giant_teleporter.csc.
Referenced by setup_teleport_aftereffects().
function teleport_aftereffect_shellshock_electric | ( | localClientNum | ) |
Definition at line 83 of file zm_giant_teleporter.csc.
Referenced by setup_teleport_aftereffects().
function wait_for_black_box | ( | ) |
Definition at line 45 of file zm_giant_teleporter.csc.
Referenced by __init__().
function wait_for_teleport_aftereffect | ( | ) |
Definition at line 62 of file zm_giant_teleporter.csc.
Referenced by __init__().