‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
exploder_shared.csc File Reference

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 Documentation

◆ __init__()

function __init__ ( )

Definition at line 14 of file exploder_shared.csc.

References on_localclient_connect(), and player_init().

◆ activate_exploder()

function activate_exploder ( num  )

◆ activate_individual_exploder()

function activate_individual_exploder ( )

◆ activate_radiant_exploder()

function activate_radiant_exploder ( string  ,
n_localclientnumber   
)

Definition at line 352 of file exploder_shared.csc.

Referenced by exploder().

◆ cannon_effect()

function cannon_effect ( )

Definition at line 552 of file exploder_shared.csc.

References exploder_delay(), and exploder_playSound().

Referenced by activate_individual_exploder().

◆ createExploder()

function createExploder ( fxid  )

Definition at line 544 of file exploder_shared.csc.

References create_effect().

Referenced by player_init().

◆ exploder()

◆ exploder_delay()

function exploder_delay ( )

Definition at line 426 of file exploder_shared.csc.

Referenced by cannon_effect(), exploder_earthquake(), and fire_effect().

◆ exploder_duration()

function exploder_duration ( name  ,
duration   
)

◆ exploder_earthquake()

function exploder_earthquake ( )

Definition at line 451 of file exploder_shared.csc.

References earthquake(), and exploder_delay().

Referenced by activate_individual_exploder().

◆ exploder_is_lightning_exploder()

function exploder_is_lightning_exploder ( num  )

Definition at line 462 of file exploder_shared.csc.

Referenced by activate_exploder().

◆ exploder_playSound()

function exploder_playSound ( )

Definition at line 443 of file exploder_shared.csc.

References play_in_space().

Referenced by cannon_effect().

◆ fire_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().

◆ getExploderId()

function getExploderId ( ent  )

Definition at line 265 of file exploder_shared.csc.

Referenced by player_init().

◆ kill_exploder()

function kill_exploder ( exploder_id  )

Definition at line 412 of file exploder_shared.csc.

Referenced by console_blue(), console_green(), and console_red().

◆ player_init()

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__().

◆ playExploderFX()

function playExploderFX ( clientNum  )

Definition at line 647 of file exploder_shared.csc.

Referenced by playLightLoopExploder().

◆ playLightLoopExploder()

function playLightLoopExploder ( exploderIndex  )

Definition at line 514 of file exploder_shared.csc.

References playExploderFX().

◆ reportExploderIds()

function reportExploderIds ( )

Definition at line 282 of file exploder_shared.csc.

◆ stop_after_duration()

function stop_after_duration ( name  ,
duration   
)

Definition at line 653 of file exploder_shared.csc.

References name, and stop_exploder().

Referenced by exploder_duration().

◆ stop_exploder()

◆ stopLightLoopExploder()

function stopLightLoopExploder ( exploderIndex  )

Definition at line 478 of file exploder_shared.csc.