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

Go to the source code of this file.

Functions

function __init__ ()
 
function gadget_smokescreen_is_flickering (slot)
 
function gadget_smokescreen_is_inuse (slot)
 
function gadget_smokescreen_is_primed (slot, weapon)
 
function gadget_smokescreen_off (slot, weapon)
 
function gadget_smokescreen_on (slot, weapon)
 
function gadget_smokescreen_on_connect ()
 
function gadget_smokescreen_on_flicker (slot, weapon)
 
function gadget_smokescreen_on_give (slot, weapon)
 
function gadget_smokescreen_on_take (slot, weapon)
 

Function Documentation

◆ __init__()

◆ gadget_smokescreen_is_flickering()

function gadget_smokescreen_is_flickering ( slot  )

Definition at line 38 of file _gadget_smokescreen.gsc.

Referenced by __init__().

◆ gadget_smokescreen_is_inuse()

function gadget_smokescreen_is_inuse ( slot  )

Definition at line 32 of file _gadget_smokescreen.gsc.

References get().

Referenced by __init__().

◆ gadget_smokescreen_is_primed()

function gadget_smokescreen_is_primed ( slot  ,
weapon   
)

Definition at line 105 of file _gadget_smokescreen.gsc.

Referenced by __init__().

◆ gadget_smokescreen_off()

function gadget_smokescreen_off ( slot  ,
weapon   
)

Definition at line 95 of file _gadget_smokescreen.gsc.

References clear().

Referenced by __init__().

◆ gadget_smokescreen_on()

function gadget_smokescreen_on ( slot  ,
weapon   
)

Definition at line 85 of file _gadget_smokescreen.gsc.

References set().

Referenced by __init__().

◆ gadget_smokescreen_on_connect()

function gadget_smokescreen_on_connect ( )

Definition at line 76 of file _gadget_smokescreen.gsc.

Referenced by __init__().

◆ gadget_smokescreen_on_flicker()

function gadget_smokescreen_on_flicker ( slot  ,
weapon   
)

Definition at line 48 of file _gadget_smokescreen.gsc.

Referenced by __init__().

◆ gadget_smokescreen_on_give()

function gadget_smokescreen_on_give ( slot  ,
weapon   
)

Definition at line 57 of file _gadget_smokescreen.gsc.

Referenced by __init__().

◆ gadget_smokescreen_on_take()

function gadget_smokescreen_on_take ( slot  ,
weapon   
)

Definition at line 66 of file _gadget_smokescreen.gsc.

Referenced by __init__().