![]() |
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_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 __init__ | ( | ) |
Definition at line 20 of file _gadget_unstoppable_force.gsc.
References GADGET_TYPE_UNSTOPPABLE_FORCE, gadget_unstoppable_force_is_flickering(), gadget_unstoppable_force_is_inuse(), gadget_unstoppable_force_off(), gadget_unstoppable_force_on(), gadget_unstoppable_force_on_connect(), gadget_unstoppable_force_on_flicker(), gadget_unstoppable_force_on_give(), gadget_unstoppable_force_on_take(), on_connect(), register(), register_gadget_activation_callbacks(), register_gadget_flicker_callbacks(), register_gadget_is_flickering_callbacks(), register_gadget_is_inuse_callbacks(), register_gadget_possession_callbacks(), and VERSION_SHIP.
function gadget_firefly_is_primed | ( | slot | , |
weapon | |||
) |
Definition at line 102 of file _gadget_unstoppable_force.gsc.
function gadget_unstoppable_force_is_flickering | ( | slot | ) |
Definition at line 39 of file _gadget_unstoppable_force.gsc.
Referenced by __init__().
function gadget_unstoppable_force_is_inuse | ( | slot | ) |
Definition at line 33 of file _gadget_unstoppable_force.gsc.
References get().
Referenced by __init__().
function gadget_unstoppable_force_off | ( | slot | , |
weapon | |||
) |
Definition at line 92 of file _gadget_unstoppable_force.gsc.
References clear().
Referenced by __init__().
function gadget_unstoppable_force_on | ( | slot | , |
weapon | |||
) |
Definition at line 82 of file _gadget_unstoppable_force.gsc.
References set().
Referenced by __init__().
function gadget_unstoppable_force_on_connect | ( | ) |
Definition at line 74 of file _gadget_unstoppable_force.gsc.
Referenced by __init__().
function gadget_unstoppable_force_on_flicker | ( | slot | , |
weapon | |||
) |
Definition at line 49 of file _gadget_unstoppable_force.gsc.
Referenced by __init__().
function gadget_unstoppable_force_on_give | ( | slot | , |
weapon | |||
) |
Definition at line 57 of file _gadget_unstoppable_force.gsc.
Referenced by __init__().
function gadget_unstoppable_force_on_take | ( | slot | , |
weapon | |||
) |
Definition at line 65 of file _gadget_unstoppable_force.gsc.
Referenced by __init__().