|  | Black Ops 3 Source Code Explorer
    0.1
    An script explorer for Black Ops 3 by ZeRoY | 
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 __init__ | ( | ) | 
Definition at line 23 of file _gadget_overdrive.gsc.
References gadget_overdrive_is_flickering(), gadget_overdrive_is_inuse(), gadget_overdrive_off(), gadget_overdrive_on(), gadget_overdrive_on_connect(), gadget_overdrive_on_flicker(), gadget_overdrive_on_give(), gadget_overdrive_on_take(), GADGET_TYPE_OVERDRIVE, on_connect(), OVERDRIVE_VISIONSET_ALIAS, OVERDRIVE_VISIONSET_PRIORITY, OVERDRIVE_VISIONSET_STEPS, ramp_in_out_thread_per_player(), register(), register_gadget_activation_callbacks(), register_gadget_flicker_callbacks(), register_gadget_is_flickering_callbacks(), register_gadget_is_inuse_callbacks(), register_gadget_possession_callbacks(), register_info(), and VERSION_SHIP.
| function gadget_overdrive_is_flickering | ( | slot | ) | 
Definition at line 50 of file _gadget_overdrive.gsc.
Referenced by __init__().
| function gadget_overdrive_is_inuse | ( | slot | ) | 
| function gadget_overdrive_off | ( | slot | , | 
| weapon | |||
| ) | 
| function gadget_overdrive_on | ( | slot | , | 
| weapon | |||
| ) | 
| function gadget_overdrive_on_connect | ( | ) | 
Definition at line 80 of file _gadget_overdrive.gsc.
Referenced by __init__().
| function gadget_overdrive_on_flicker | ( | slot | , | 
| weapon | |||
| ) | 
Definition at line 55 of file _gadget_overdrive.gsc.
Referenced by __init__().
| function gadget_overdrive_on_give | ( | slot | , | 
| weapon | |||
| ) | 
Definition at line 60 of file _gadget_overdrive.gsc.
Referenced by __init__().
| function gadget_overdrive_on_take | ( | slot | , | 
| weapon | |||
| ) | 
Definition at line 69 of file _gadget_overdrive.gsc.
Referenced by __init__().