![]() |
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_ravage_core_is_flickering (slot) |
function | gadget_ravage_core_is_inuse (slot) |
function | gadget_ravage_core_off (slot, weapon) |
function | gadget_ravage_core_on (slot, weapon) |
function | gadget_ravage_core_on_connect () |
function | gadget_ravage_core_on_flicker (slot, weapon) |
function | gadget_ravage_core_on_give (slot, weapon) |
function | gadget_ravage_core_on_take (slot, weapon) |
function __init__ | ( | ) |
Definition at line 20 of file _gadget_ravage_core.gsc.
References gadget_ravage_core_is_flickering(), gadget_ravage_core_is_inuse(), gadget_ravage_core_off(), gadget_ravage_core_on(), gadget_ravage_core_on_connect(), gadget_ravage_core_on_flicker(), gadget_ravage_core_on_give(), gadget_ravage_core_on_take(), GADGET_TYPE_RAVAGE_CORE, on_connect(), register_gadget_activation_callbacks(), register_gadget_flicker_callbacks(), register_gadget_is_flickering_callbacks(), register_gadget_is_inuse_callbacks(), and register_gadget_possession_callbacks().
function gadget_ravage_core_is_flickering | ( | slot | ) |
Definition at line 37 of file _gadget_ravage_core.gsc.
Referenced by __init__().
function gadget_ravage_core_is_inuse | ( | slot | ) |
function gadget_ravage_core_off | ( | slot | , |
weapon | |||
) |
Definition at line 95 of file _gadget_ravage_core.gsc.
References clear().
Referenced by __init__().
function gadget_ravage_core_on | ( | slot | , |
weapon | |||
) |
function gadget_ravage_core_on_connect | ( | ) |
Definition at line 76 of file _gadget_ravage_core.gsc.
Referenced by __init__().
function gadget_ravage_core_on_flicker | ( | slot | , |
weapon | |||
) |
Definition at line 48 of file _gadget_ravage_core.gsc.
Referenced by __init__().
function gadget_ravage_core_on_give | ( | slot | , |
weapon | |||
) |
Definition at line 57 of file _gadget_ravage_core.gsc.
Referenced by __init__().
function gadget_ravage_core_on_take | ( | slot | , |
weapon | |||
) |
Definition at line 66 of file _gadget_ravage_core.gsc.
Referenced by __init__().