![]() |
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_other_is_flickering (slot) |
function | gadget_other_is_inuse (slot) |
function | gadget_other_on_activate (slot, weapon) |
function | gadget_other_on_connect () |
function | gadget_other_on_flicker (slot, weapon) |
function | gadget_other_on_give (slot, weapon) |
function | gadget_other_on_off (slot, weapon) |
function | gadget_other_on_spawn () |
function | gadget_other_on_take (slot, weapon) |
function | gadget_other_ready (slot, weapon) |
function | set_gadget_other_status (weapon, status, time) |
function __init__ | ( | ) |
Definition at line 20 of file _gadget_other.gsc.
References gadget_other_is_flickering(), gadget_other_is_inuse(), gadget_other_on_activate(), gadget_other_on_flicker(), gadget_other_on_give(), gadget_other_on_off(), gadget_other_on_take(), gadget_other_ready(), GADGET_TYPE_OTHER, 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_ready_callbacks().
function gadget_other_is_flickering | ( | slot | ) |
Definition at line 39 of file _gadget_other.gsc.
Referenced by __init__().
function gadget_other_is_inuse | ( | slot | ) |
Definition at line 33 of file _gadget_other.gsc.
Referenced by __init__().
function gadget_other_on_activate | ( | slot | , |
weapon | |||
) |
Definition at line 72 of file _gadget_other.gsc.
Referenced by __init__().
function gadget_other_on_connect | ( | ) |
Definition at line 61 of file _gadget_other.gsc.
function gadget_other_on_flicker | ( | slot | , |
weapon | |||
) |
Definition at line 45 of file _gadget_other.gsc.
Referenced by __init__().
function gadget_other_on_give | ( | slot | , |
weapon | |||
) |
Definition at line 50 of file _gadget_other.gsc.
Referenced by __init__().
function gadget_other_on_off | ( | slot | , |
weapon | |||
) |
Definition at line 76 of file _gadget_other.gsc.
Referenced by __init__().
function gadget_other_on_spawn | ( | ) |
Definition at line 67 of file _gadget_other.gsc.
function gadget_other_on_take | ( | slot | , |
weapon | |||
) |
Definition at line 55 of file _gadget_other.gsc.
Referenced by __init__().
function gadget_other_ready | ( | slot | , |
weapon | |||
) |
Definition at line 80 of file _gadget_other.gsc.
Referenced by __init__().
function set_gadget_other_status | ( | weapon | , |
status | , | ||
time | |||
) |
Definition at line 85 of file _gadget_other.gsc.