![]() |
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 | ZM_TRAP_ELECTRIC_MAX 1.25 |
#define ZM_TRAP_ELECTRIC_MAX 1.25 |
Definition at line 500 of file zm_giant_teleporter.gsc.
function __init__ | ( | ) |
Definition at line 32 of file zm_giant_teleporter.gsc.
References dog_blocker_clip(), init(), register_info(), and VERSION_SHIP.
function __main__ | ( | ) |
Definition at line 63 of file zm_giant_teleporter.gsc.
References init_pack_door(), play_packa_see_vox(), 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(), teleport_core_think(), and teleport_pad_think().
function clock_timer | ( | ) |
Definition at line 352 of file zm_giant_teleporter.gsc.
References delay(), sndMusicSystem_PlayState(), and sndMusicSystem_StopAndFlush().
Referenced by sndCountdown().
function dog_blocker_clip | ( | ) |
Definition at line 1019 of file zm_giant_teleporter.gsc.
References Spawn().
Referenced by __init__().
function init_pack_door | ( | ) |
Definition at line 109 of file zm_giant_teleporter.gsc.
References packa_door_reminder(), Spawn(), and wait_till().
Referenced by __main__().
function packa_door_reminder | ( | ) |
Definition at line 1009 of file zm_giant_teleporter.gsc.
References get().
Referenced by init_pack_door().
function pad_manager | ( | ) |
Definition at line 162 of file zm_giant_teleporter.gsc.
References teleport_trigger_invisible().
Referenced by player_teleporting().
function play_packa_see_vox | ( | ) |
Definition at line 920 of file zm_giant_teleporter.gsc.
References get(), and teleporter_vo_play().
Referenced by __main__().
function play_tele_help_vox | ( | ) |
Definition at line 899 of file zm_giant_teleporter.gsc.
References get(), and teleporter_vo_play().
Referenced by teleport_pad_think().
function player_is_near_pad | ( | player | ) |
Definition at line 478 of file zm_giant_teleporter.gsc.
Referenced by teleport_2d_audio(), teleport_pad_player_fx(), and teleport_players().
function player_teleporting | ( | index | ) |
Definition at line 401 of file zm_giant_teleporter.gsc.
References clientNotify(), exploder_duration(), get(), pad_manager(), play_sound_2D(), sndPA_DoVox(), special_powerup_drop(), teleport_2d_audio(), teleport_nuke(), teleport_pad_player_fx(), and teleport_players().
Referenced by teleport_pad_active_think(), and teleport_pad_think().
function sndCountdown | ( | ) |
Definition at line 324 of file zm_giant_teleporter.gsc.
References clock_timer(), play(), sndPA_DoVox(), and spawn().
Referenced by teleport_pad_countdown().
function stop_countdown | ( | ) |
Definition at line 773 of file zm_giant_teleporter.gsc.
Referenced by teleport_core_think().
function teleport_2d_audio | ( | ) |
Definition at line 808 of file zm_giant_teleporter.gsc.
References player_is_near_pad(), and setClientSysState().
Referenced by player_teleporting().
function teleport_aftereffect_bw_vision | ( | localClientNum | ) |
Definition at line 989 of file zm_giant_teleporter.gsc.
References setClientSysState().
Referenced by __main__().
function teleport_aftereffect_flare_vision | ( | localClientNum | ) |
Definition at line 1004 of file zm_giant_teleporter.gsc.
References setClientSysState().
Referenced by __main__().
function teleport_aftereffect_flashy_vision | ( | localClientNum | ) |
Definition at line 999 of file zm_giant_teleporter.gsc.
References setClientSysState().
Referenced by __main__().
function teleport_aftereffect_fov | ( | ) |
Definition at line 984 of file zm_giant_teleporter.gsc.
References setClientSysState().
Referenced by __main__().
function teleport_aftereffect_red_vision | ( | localClientNum | ) |
Definition at line 994 of file zm_giant_teleporter.gsc.
References setClientSysState().
Referenced by __main__().
function teleport_aftereffect_shellshock | ( | ) |
Definition at line 972 of file zm_giant_teleporter.gsc.
Referenced by __main__().
function teleport_aftereffect_shellshock_electric | ( | ) |
Definition at line 977 of file zm_giant_teleporter.gsc.
Referenced by __main__().
function teleport_aftereffects | ( | ) |
Definition at line 960 of file zm_giant_teleporter.gsc.
Referenced by teleport_players().
function teleport_core_hint_update | ( | ) |
Definition at line 681 of file zm_giant_teleporter.gsc.
References get(), and teleport_pads_are_active().
Referenced by teleport_core_think().
function teleport_core_think | ( | ) |
Definition at line 712 of file zm_giant_teleporter.gsc.
References clientNotify(), delay(), exploder(), exploder_duration(), set(), sndMusicSystem_PlayState(), sndPA_DoVox(), stop_countdown(), teleport_core_hint_update(), teleport_pads_are_active(), teleporter_vo(), and wait_till().
Referenced by __main__().
function teleport_nuke | ( | max_zombies | , |
range | |||
) |
Definition at line 833 of file zm_giant_teleporter.gsc.
References get_array_of_closest(), is_magic_bullet_shield_enabled(), and zombie_head_gib().
Referenced by player_teleporting(), and teleport_players().
function teleport_pad_active_think | ( | index | ) |
Definition at line 371 of file zm_giant_teleporter.gsc.
References can_player_purchase(), is_player_valid(), minus_to_player_score(), player_teleporting(), and teleport_trigger_invisible().
Referenced by teleport_pad_think().
function teleport_pad_countdown | ( | index | , |
time | |||
) |
Definition at line 287 of file zm_giant_teleporter.gsc.
References clientNotify(), sndCountdown(), and start_timer().
Referenced by teleport_pad_think().
function teleport_pad_player_fx | ( | duration | ) |
Definition at line 502 of file zm_giant_teleporter.gsc.
References activate(), player_is_near_pad(), and ZM_TRAP_ELECTRIC_MAX.
Referenced by player_teleporting().
function teleport_pad_think | ( | index | ) |
Definition at line 192 of file zm_giant_teleporter.gsc.
References clientNotify(), play_tele_help_vox(), player_teleporting(), teleport_pad_active_think(), teleport_pad_countdown(), teleport_trigger_invisible(), teleporter_vo(), teleporter_wire_wait(), and wait_till().
Referenced by __main__().
function teleport_pads_are_active | ( | ) |
Definition at line 788 of file zm_giant_teleporter.gsc.
Referenced by teleport_core_hint_update(), and teleport_core_think().
function teleport_players | ( | ) |
Definition at line 520 of file zm_giant_teleporter.gsc.
References activate(), deactivate(), exploder_duration(), player_is_near_pad(), setClientSysState(), Spawn(), teleport_aftereffects(), teleport_nuke(), and wait_network_frame().
Referenced by player_teleporting().
function teleport_trigger_invisible | ( | enable | ) |
Definition at line 462 of file zm_giant_teleporter.gsc.
References enable().
Referenced by pad_manager(), teleport_pad_active_think(), and teleport_pad_think().
function teleporter_vo | ( | tele_vo_type | , |
location | |||
) |
Definition at line 862 of file zm_giant_teleporter.gsc.
References teleporter_vo_play().
Referenced by teleport_core_think(), and teleport_pad_think().
function teleporter_vo_play | ( | vox_type | , |
pre_wait | |||
) |
Definition at line 889 of file zm_giant_teleporter.gsc.
Referenced by play_packa_see_vox(), play_tele_help_vox(), and teleporter_vo().
function teleporter_wire_wait | ( | index | ) |
Definition at line 935 of file zm_giant_teleporter.gsc.
References get().
Referenced by teleport_pad_think().