![]() |
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 | gadge_mrpukey_on_connect () |
function | gadget_mrpukey_is_flickering (slot) |
function | gadget_mrpukey_is_inuse (slot) |
function | gadget_mrpukey_is_primed (slot, weapon) |
function | gadget_mrpukey_off (slot, weapon) |
function | gadget_mrpukey_on (slot, weapon) |
function | gadget_mrpukey_on_flicker (slot, weapon) |
function | gadget_mrpukey_on_give (slot, weapon) |
function | gadget_mrpukey_on_take (slot, weapon) |
function __init__ | ( | ) |
Definition at line 20 of file _gadget_mrpukey.gsc.
References gadget_mrpukey_is_flickering(), gadget_mrpukey_is_inuse(), gadget_mrpukey_is_primed(), gadget_mrpukey_off(), gadget_mrpukey_on(), gadget_mrpukey_on_flicker(), gadget_mrpukey_on_give(), gadget_mrpukey_on_take(), GADGET_TYPE_MRPUKEY, register_gadget_activation_callbacks(), register_gadget_flicker_callbacks(), register_gadget_is_flickering_callbacks(), register_gadget_is_inuse_callbacks(), register_gadget_possession_callbacks(), and register_gadget_primed_callbacks().
function gadge_mrpukey_on_connect | ( | ) |
Definition at line 73 of file _gadget_mrpukey.gsc.
function gadget_mrpukey_is_flickering | ( | slot | ) |
Definition at line 36 of file _gadget_mrpukey.gsc.
Referenced by __init__().
function gadget_mrpukey_is_inuse | ( | slot | ) |
function gadget_mrpukey_is_primed | ( | slot | , |
weapon | |||
) |
Definition at line 102 of file _gadget_mrpukey.gsc.
Referenced by __init__().
function gadget_mrpukey_off | ( | slot | , |
weapon | |||
) |
function gadget_mrpukey_on | ( | slot | , |
weapon | |||
) |
function gadget_mrpukey_on_flicker | ( | slot | , |
weapon | |||
) |
Definition at line 45 of file _gadget_mrpukey.gsc.
Referenced by __init__().
function gadget_mrpukey_on_give | ( | slot | , |
weapon | |||
) |
Definition at line 54 of file _gadget_mrpukey.gsc.
Referenced by __init__().
function gadget_mrpukey_on_take | ( | slot | , |
weapon | |||
) |
Definition at line 63 of file _gadget_mrpukey.gsc.
Referenced by __init__().