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

Go to the source code of this file.

Functions

function __init__ ()
 
function gadget_firefly_is_primed (slot, weapon)
 
function gadget_unstoppable_force_is_flickering (slot)
 
function gadget_unstoppable_force_is_inuse (slot)
 
function gadget_unstoppable_force_off (slot, weapon)
 
function gadget_unstoppable_force_on (slot, weapon)
 
function gadget_unstoppable_force_on_connect ()
 
function gadget_unstoppable_force_on_flicker (slot, weapon)
 
function gadget_unstoppable_force_on_give (slot, weapon)
 
function gadget_unstoppable_force_on_take (slot, weapon)
 

Function Documentation

◆ __init__()

◆ gadget_firefly_is_primed()

function gadget_firefly_is_primed ( slot  ,
weapon   
)

Definition at line 102 of file _gadget_unstoppable_force.gsc.

◆ gadget_unstoppable_force_is_flickering()

function gadget_unstoppable_force_is_flickering ( slot  )

Definition at line 39 of file _gadget_unstoppable_force.gsc.

Referenced by __init__().

◆ gadget_unstoppable_force_is_inuse()

function gadget_unstoppable_force_is_inuse ( slot  )

Definition at line 33 of file _gadget_unstoppable_force.gsc.

References get().

Referenced by __init__().

◆ gadget_unstoppable_force_off()

function gadget_unstoppable_force_off ( slot  ,
weapon   
)

Definition at line 92 of file _gadget_unstoppable_force.gsc.

References clear().

Referenced by __init__().

◆ gadget_unstoppable_force_on()

function gadget_unstoppable_force_on ( slot  ,
weapon   
)

Definition at line 82 of file _gadget_unstoppable_force.gsc.

References set().

Referenced by __init__().

◆ gadget_unstoppable_force_on_connect()

function gadget_unstoppable_force_on_connect ( )

Definition at line 74 of file _gadget_unstoppable_force.gsc.

Referenced by __init__().

◆ gadget_unstoppable_force_on_flicker()

function gadget_unstoppable_force_on_flicker ( slot  ,
weapon   
)

Definition at line 49 of file _gadget_unstoppable_force.gsc.

Referenced by __init__().

◆ gadget_unstoppable_force_on_give()

function gadget_unstoppable_force_on_give ( slot  ,
weapon   
)

Definition at line 57 of file _gadget_unstoppable_force.gsc.

Referenced by __init__().

◆ gadget_unstoppable_force_on_take()

function gadget_unstoppable_force_on_take ( slot  ,
weapon   
)

Definition at line 65 of file _gadget_unstoppable_force.gsc.

Referenced by __init__().