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

Go to the source code of this file.

Functions

function __init__ ()
 
function gadget_overdrive_is_flickering (slot)
 
function gadget_overdrive_is_inuse (slot)
 
function gadget_overdrive_off (slot, weapon)
 
function gadget_overdrive_on (slot, weapon)
 
function gadget_overdrive_on_connect ()
 
function gadget_overdrive_on_flicker (slot, weapon)
 
function gadget_overdrive_on_give (slot, weapon)
 
function gadget_overdrive_on_take (slot, weapon)
 

Function Documentation

◆ __init__()

◆ gadget_overdrive_is_flickering()

function gadget_overdrive_is_flickering ( slot  )

Definition at line 50 of file _gadget_overdrive.gsc.

Referenced by __init__().

◆ gadget_overdrive_is_inuse()

function gadget_overdrive_is_inuse ( slot  )

Definition at line 44 of file _gadget_overdrive.gsc.

References get().

Referenced by __init__().

◆ gadget_overdrive_off()

function gadget_overdrive_off ( slot  ,
weapon   
)

Definition at line 95 of file _gadget_overdrive.gsc.

References clear().

Referenced by __init__().

◆ gadget_overdrive_on()

function gadget_overdrive_on ( slot  ,
weapon   
)

Definition at line 85 of file _gadget_overdrive.gsc.

References set().

Referenced by __init__().

◆ gadget_overdrive_on_connect()

function gadget_overdrive_on_connect ( )

Definition at line 80 of file _gadget_overdrive.gsc.

Referenced by __init__().

◆ gadget_overdrive_on_flicker()

function gadget_overdrive_on_flicker ( slot  ,
weapon   
)

Definition at line 55 of file _gadget_overdrive.gsc.

Referenced by __init__().

◆ gadget_overdrive_on_give()

function gadget_overdrive_on_give ( slot  ,
weapon   
)

Definition at line 60 of file _gadget_overdrive.gsc.

Referenced by __init__().

◆ gadget_overdrive_on_take()

function gadget_overdrive_on_take ( slot  ,
weapon   
)

Definition at line 69 of file _gadget_overdrive.gsc.

Referenced by __init__().