![]() |
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 | breakers_sound () |
| function | crazy_power () |
| function | flip_sparks () |
| function | generator_sound () |
| function | homepad_loop () |
| function | light_sound () |
| function | linkall_2d () |
| function | main () |
| function | pa_countdown (pad) |
| function | pa_countdown_success (pad) |
| function | pa_electric_trap (location) |
| function | pa_init (pad) |
| function | pa_level_start () |
| function | pa_play_dialog (alias) |
| function | pa_power_on () |
| function | pa_single_init () |
| function | pa_teleport (pad) |
| function | play_added_ambience () |
| function | play_backwards_children () |
| function | play_flux_whispers () |
| function | power_audio_2d () |
| function | start_lights () |
| function | switch_progress_sound () |
| function | telepad_loop () |
| function | teleport_2d () |
| function | teleport_pad_init (pad) |
| function | teleportation_audio (pad) |
| function breakers_sound | ( | ) |
Definition at line 66 of file zm_giant_amb.csc.
References playloopat().
Referenced by start_lights().
| function crazy_power | ( | ) |
Definition at line 308 of file zm_giant_amb.csc.
Referenced by main().
| function flip_sparks | ( | ) |
Definition at line 315 of file zm_giant_amb.csc.
Referenced by main().
| function generator_sound | ( | ) |
Definition at line 55 of file zm_giant_amb.csc.
References playloopat().
Referenced by start_lights().
| function homepad_loop | ( | ) |
Definition at line 99 of file zm_giant_amb.csc.
References get(), and playloopat().
Referenced by main().
| function light_sound | ( | ) |
Definition at line 46 of file zm_giant_amb.csc.
References playloopat().
Referenced by start_lights().
| function linkall_2d | ( | ) |
Definition at line 289 of file zm_giant_amb.csc.
Referenced by main().
| function main | ( | ) |
Definition at line 7 of file zm_giant_amb.csc.
References crazy_power(), flip_sparks(), homepad_loop(), linkall_2d(), pa_init(), pa_single_init(), play_added_ambience(), play_backwards_children(), play_flux_whispers(), power_audio_2d(), start_lights(), teleport_2d(), and teleport_pad_init().
| function pa_countdown | ( | pad | ) |
Definition at line 183 of file zm_giant_amb.csc.
References pa_play_dialog(), and play().
| function pa_countdown_success | ( | pad | ) |
Definition at line 215 of file zm_giant_amb.csc.
References pa_play_dialog().
| function pa_electric_trap | ( | location | ) |
Definition at line 238 of file zm_giant_amb.csc.
References pa_play_dialog().
| function pa_init | ( | pad | ) |
| function pa_level_start | ( | ) |
Definition at line 295 of file zm_giant_amb.csc.
| function pa_play_dialog | ( | alias | ) |
Definition at line 254 of file zm_giant_amb.csc.
Referenced by pa_countdown(), pa_countdown_success(), pa_electric_trap(), pa_power_on(), and pa_teleport().
| function pa_power_on | ( | ) |
Definition at line 299 of file zm_giant_amb.csc.
References pa_play_dialog().
| function pa_single_init | ( | ) |
| function pa_teleport | ( | pad | ) |
Definition at line 225 of file zm_giant_amb.csc.
References pa_play_dialog().
| function play_added_ambience | ( | ) |
| function play_backwards_children | ( | ) |
Definition at line 346 of file zm_giant_amb.csc.
Referenced by main().
| function play_flux_whispers | ( | ) |
Definition at line 334 of file zm_giant_amb.csc.
Referenced by main().
| function power_audio_2d | ( | ) |
Definition at line 283 of file zm_giant_amb.csc.
Referenced by main().
| function start_lights | ( | ) |
Definition at line 35 of file zm_giant_amb.csc.
References breakers_sound(), generator_sound(), get_array(), light_sound(), and switch_progress_sound().
Referenced by main().
| function switch_progress_sound | ( | ) |
Definition at line 75 of file zm_giant_amb.csc.
Referenced by start_lights().
| function telepad_loop | ( | ) |
Definition at line 127 of file zm_giant_amb.csc.
References playloopat().
Referenced by teleport_pad_init().
| function teleport_2d | ( | ) |
Definition at line 273 of file zm_giant_amb.csc.
Referenced by main().
| function teleport_pad_init | ( | pad | ) |
Definition at line 115 of file zm_giant_amb.csc.
References get_array(), telepad_loop(), and teleportation_audio().
Referenced by main().
| function teleportation_audio | ( | pad | ) |
Definition at line 132 of file zm_giant_amb.csc.
Referenced by teleport_pad_init().