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

Go to the source code of this file.

Functions

function clear_tesla_tube_effect (localclientnum)
 
function init ()
 
function player_init ()
 
function tesla_change_watcher (localclientnum)
 
function tesla_fx_rail (localclientnum)
 
function tesla_fx_tube (localclientnum)
 
function tesla_happy (localclientnum)
 
function tesla_notetrack_think ()
 

Function Documentation

◆ clear_tesla_tube_effect()

function clear_tesla_tube_effect ( localclientnum  )

Definition at line 256 of file _zm_weap_tesla.csc.

References N_BULB_TINT_ALL_OFF.

Referenced by tesla_change_watcher(), and tesla_fx_tube().

◆ init()

function init ( )

Definition at line 23 of file _zm_weap_tesla.csc.

References is_weapon_included(), player_init(), and tesla_notetrack_think().

◆ player_init()

function player_init ( )

Definition at line 46 of file _zm_weap_tesla.csc.

References tesla_change_watcher(), tesla_fx_rail(), tesla_fx_tube(), tesla_happy(), and waitforclient().

Referenced by init().

◆ tesla_change_watcher()

function tesla_change_watcher ( localclientnum  )

Definition at line 244 of file _zm_weap_tesla.csc.

References clear_tesla_tube_effect().

Referenced by player_init().

◆ tesla_fx_rail()

function tesla_fx_rail ( localclientnum  )

Definition at line 63 of file _zm_weap_tesla.csc.

Referenced by player_init().

◆ tesla_fx_tube()

function tesla_fx_tube ( localclientnum  )

◆ tesla_happy()

function tesla_happy ( localclientnum  )

Definition at line 226 of file _zm_weap_tesla.csc.

Referenced by player_init().

◆ tesla_notetrack_think()

function tesla_notetrack_think ( )

Definition at line 204 of file _zm_weap_tesla.csc.

Referenced by init().