![]() |
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 | activate_exploder (num) |
function | activate_individual_exploder () |
function | activate_radiant_exploder (string, n_localclientnumber) |
function | cannon_effect () |
function | createExploder (fxid) |
function | exploder (exploder_id, n_localclientnumber) |
function | exploder_delay () |
function | exploder_duration (name, duration) |
function | exploder_earthquake () |
function | exploder_is_lightning_exploder (num) |
function | exploder_playSound () |
function | fire_effect () |
function | getExploderId (ent) |
function | kill_exploder (exploder_id) |
function | player_init (clientnum) |
function | playExploderFX (clientNum) |
function | playLightLoopExploder (exploderIndex) |
function | reportExploderIds () |
function | stop_after_duration (name, duration) |
function | stop_exploder (exploder_id, n_localclientnumber) |
function | stopLightLoopExploder (exploderIndex) |
function __init__ | ( | ) |
Definition at line 14 of file exploder_shared.csc.
References on_localclient_connect(), and player_init().
function activate_exploder | ( | num | ) |
Definition at line 309 of file exploder_shared.csc.
References activate_individual_exploder(), exploder_is_lightning_exploder(), and lightning().
Referenced by CodeCallback_ActivateExploder(), and exploder().
function activate_individual_exploder | ( | ) |
Definition at line 331 of file exploder_shared.csc.
References cannon_effect(), exploder_earthquake(), fire_effect(), and set_forward_and_up_vectors().
Referenced by activate_exploder().
function activate_radiant_exploder | ( | string | , |
n_localclientnumber | |||
) |
Definition at line 352 of file exploder_shared.csc.
Referenced by exploder().
function cannon_effect | ( | ) |
Definition at line 552 of file exploder_shared.csc.
References exploder_delay(), and exploder_playSound().
Referenced by activate_individual_exploder().
function createExploder | ( | fxid | ) |
Definition at line 544 of file exploder_shared.csc.
References create_effect().
Referenced by player_init().
function exploder | ( | exploder_id | , |
n_localclientnumber | |||
) |
Definition at line 297 of file exploder_shared.csc.
References activate_exploder(), and activate_radiant_exploder().
Referenced by addMenuExploders(), bombPlanted(), CodeCallback_ActivateExploder(), CodeCallback_DeactivateExploder(), console_blue(), console_green(), console_red(), console_start(), exploder_duration(), paths(), player_init(), run_door_fxanim(), setup_menu(), teleport_core_think(), teleporter_map_light(), teleporter_map_light_receiver(), teleporter_map_light_receiver_flash(), teleporter_map_light_receiver_stop(), trap_fx_monitor(), trap_lights_green(), trap_lights_red(), and turn_revive_on().
function exploder_delay | ( | ) |
Definition at line 426 of file exploder_shared.csc.
Referenced by cannon_effect(), exploder_earthquake(), and fire_effect().
function exploder_duration | ( | name | , |
duration | |||
) |
Definition at line 660 of file exploder_shared.csc.
References exploder(), IS_TRUE, name, and stop_after_duration().
Referenced by player_teleporting(), teleport_core_think(), and teleport_players().
function exploder_earthquake | ( | ) |
Definition at line 451 of file exploder_shared.csc.
References earthquake(), and exploder_delay().
Referenced by activate_individual_exploder().
function exploder_is_lightning_exploder | ( | num | ) |
Definition at line 462 of file exploder_shared.csc.
Referenced by activate_exploder().
function exploder_playSound | ( | ) |
Definition at line 443 of file exploder_shared.csc.
References play_in_space().
Referenced by cannon_effect().
function fire_effect | ( | ) |
Definition at line 606 of file exploder_shared.csc.
References exploder_delay(), and loop_fx_sound().
Referenced by activate_individual_exploder().
function getExploderId | ( | ent | ) |
Definition at line 265 of file exploder_shared.csc.
Referenced by player_init().
function kill_exploder | ( | exploder_id | ) |
Definition at line 412 of file exploder_shared.csc.
Referenced by console_blue(), console_green(), and console_red().
function player_init | ( | clientnum | ) |
Definition at line 22 of file exploder_shared.csc.
References createExploder(), exploder(), get(), get_array(), and set_forward_and_up_vectors().
Referenced by __init__().
function playExploderFX | ( | clientNum | ) |
Definition at line 647 of file exploder_shared.csc.
Referenced by playLightLoopExploder().
function playLightLoopExploder | ( | exploderIndex | ) |
Definition at line 514 of file exploder_shared.csc.
References playExploderFX().
function reportExploderIds | ( | ) |
Definition at line 282 of file exploder_shared.csc.
function stop_after_duration | ( | name | , |
duration | |||
) |
Definition at line 653 of file exploder_shared.csc.
References name, and stop_exploder().
Referenced by exploder_duration().
function stop_exploder | ( | exploder_id | , |
n_localclientnumber | |||
) |
Definition at line 368 of file exploder_shared.csc.
Referenced by CodeCallback_DeactivateExploder(), solo_revive_buy_trigger_move_trigger(), stop_after_duration(), teleporter_map_light(), teleporter_map_light_receiver(), teleporter_map_light_receiver_flash(), teleporter_map_light_receiver_stop(), trap_fx_monitor(), trap_lights_green(), and trap_lights_red().
function stopLightLoopExploder | ( | exploderIndex | ) |
Definition at line 478 of file exploder_shared.csc.