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

Go to the source code of this file.

Functions

function init_shared ()
 
function level_watch_for_fake_fire ()
 
function spawned (localClientNum)
 
function watch_for_fake_fire (localClientNum)
 

Function Documentation

◆ init_shared()

function init_shared ( )

Definition at line 10 of file _decoy.csc.

References add_weapon_type(), level_watch_for_fake_fire(), and spawned().

Referenced by __init__().

◆ level_watch_for_fake_fire()

function level_watch_for_fake_fire ( )

Definition at line 36 of file _decoy.csc.

Referenced by init_shared().

◆ spawned()

function spawned ( localClientNum  )

Definition at line 19 of file _decoy.csc.

References watch_for_fake_fire().

Referenced by init_shared().

◆ watch_for_fake_fire()

function watch_for_fake_fire ( localClientNum  )

Definition at line 24 of file _decoy.csc.

Referenced by spawned().