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

Go to the source code of this file.

Macros

#define EMP_UPDATE_DISTANCE_DELAY   0.1
 
#define EMP_UPDATE_DISTANCE_NO_EMP_DELAY   0.7
 

Functions

function __init__ ()
 
function cleanup_fx_on_shutdown (localClientNum, handle)
 
function emp_turret_deploy (localClientNum)
 
function emp_turret_deploy_start (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 
function emp_turret_init (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 
function get_closest_enemy_emp_killstreak (local_player)
 
function monitor_emp_killstreaks ()
 
function update_distance_to_closest_emp (localClientNum, new_value)
 

Macro Definition Documentation

◆ EMP_UPDATE_DISTANCE_DELAY

#define EMP_UPDATE_DISTANCE_DELAY   0.1

Definition at line 20 of file _emp.csc.

◆ EMP_UPDATE_DISTANCE_NO_EMP_DELAY

#define EMP_UPDATE_DISTANCE_NO_EMP_DELAY   0.7

Definition at line 21 of file _emp.csc.

Function Documentation

◆ __init__()

◆ cleanup_fx_on_shutdown()

function cleanup_fx_on_shutdown ( localClientNum  ,
handle   
)

Definition at line 113 of file _emp.csc.

Referenced by emp_turret_deploy().

◆ emp_turret_deploy()

function emp_turret_deploy ( localClientNum  )

Definition at line 144 of file _emp.csc.

References cleanup_fx_on_shutdown(), and EMP_FX_TAG.

Referenced by emp_turret_deploy_start().

◆ emp_turret_deploy_start()

function emp_turret_deploy_start ( localClientNum  ,
oldVal  ,
newVal  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
bWasTimeJump   
)

Definition at line 120 of file _emp.csc.

References emp_turret_deploy(), and waittill_dobj().

Referenced by __init__().

◆ emp_turret_init()

function emp_turret_init ( localClientNum  ,
oldVal  ,
newVal  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
bWasTimeJump   
)

Definition at line 101 of file _emp.csc.

Referenced by __init__().

◆ get_closest_enemy_emp_killstreak()

function get_closest_enemy_emp_killstreak ( local_player  )

Definition at line 67 of file _emp.csc.

Referenced by monitor_emp_killstreaks().

◆ monitor_emp_killstreaks()

function monitor_emp_killstreaks ( )

◆ update_distance_to_closest_emp()

function update_distance_to_closest_emp ( localClientNum  ,
new_value   
)

Definition at line 88 of file _emp.csc.

Referenced by monitor_emp_killstreaks().