![]() |
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 | 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 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().
function init | ( | ) |
Definition at line 23 of file _zm_weap_tesla.csc.
References is_weapon_included(), player_init(), and tesla_notetrack_think().
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().
function tesla_change_watcher | ( | localclientnum | ) |
Definition at line 244 of file _zm_weap_tesla.csc.
References clear_tesla_tube_effect().
Referenced by player_init().
function tesla_fx_rail | ( | localclientnum | ) |
Definition at line 63 of file _zm_weap_tesla.csc.
Referenced by player_init().
function tesla_fx_tube | ( | localclientnum | ) |
Definition at line 109 of file _zm_weap_tesla.csc.
References clear_tesla_tube_effect(), N_BULB_TINT_ALL_ON, N_BULB_TINT_ONE_OFF, and N_BULB_TINT_TWO_OFF.
Referenced by player_init().
function tesla_happy | ( | localclientnum | ) |
Definition at line 226 of file _zm_weap_tesla.csc.
Referenced by player_init().
function tesla_notetrack_think | ( | ) |
Definition at line 204 of file _zm_weap_tesla.csc.
Referenced by init().