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

Go to the source code of this file.

Functions

function __init__ ()
 
function __main__ ()
 
function localplayer_spawned (localClientNum)
 
function thundergun_fx_fire (localclientnum)
 
function thundergun_fx_power_cell (localclientnum, w_weapon)
 
function watch_for_thunderguns (localclientnum)
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 17 of file _zm_weap_thundergun.csc.

◆ __main__()

function __main__ ( )

Definition at line 23 of file _zm_weap_thundergun.csc.

References localplayer_spawned(), and on_localplayer_spawned().

◆ localplayer_spawned()

function localplayer_spawned ( localClientNum  )

Definition at line 29 of file _zm_weap_thundergun.csc.

References watch_for_thunderguns().

Referenced by __main__().

◆ thundergun_fx_fire()

function thundergun_fx_fire ( localclientnum  )

Definition at line 92 of file _zm_weap_thundergun.csc.

Referenced by thundergun_fx_power_cell().

◆ thundergun_fx_power_cell()

function thundergun_fx_power_cell ( localclientnum  ,
w_weapon   
)

Definition at line 52 of file _zm_weap_thundergun.csc.

References thundergun_fx_fire().

Referenced by watch_for_thunderguns().

◆ watch_for_thunderguns()

function watch_for_thunderguns ( localclientnum  )

Definition at line 35 of file _zm_weap_thundergun.csc.

References thundergun_fx_power_cell().

Referenced by localplayer_spawned().