![]() |
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 | infrared_gadget_off (slot, weapon) |
function | infrared_gadget_on (slot, weapon) |
function | infrared_is_inuse (slot) |
function | infrared_on_connect () |
function | infrared_on_disconnect () |
function | infrared_on_give (slot, weapon) |
function | infrared_on_spawn () |
function | infrared_on_take (slot, weapon) |
function __init__ | ( | ) |
Definition at line 18 of file _gadget_infrared.gsc.
References GADGET_TYPE_INFRARED, infrared_gadget_off(), infrared_gadget_on(), infrared_is_inuse(), infrared_on_connect(), infrared_on_disconnect(), infrared_on_give(), infrared_on_spawn(), infrared_on_take(), on_connect(), on_disconnect(), on_spawned(), register(), register_gadget_activation_callbacks(), register_gadget_is_inuse_callbacks(), register_gadget_possession_callbacks(), and VERSION_SHIP.
function infrared_gadget_off | ( | slot | , |
weapon | |||
) |
Definition at line 74 of file _gadget_infrared.gsc.
References clear(), and set_to_player().
Referenced by __init__().
function infrared_gadget_on | ( | slot | , |
weapon | |||
) |
Definition at line 64 of file _gadget_infrared.gsc.
References set(), and set_to_player().
Referenced by __init__().
function infrared_is_inuse | ( | slot | ) |
function infrared_on_connect | ( | ) |
Definition at line 36 of file _gadget_infrared.gsc.
Referenced by __init__().
function infrared_on_disconnect | ( | ) |
Definition at line 40 of file _gadget_infrared.gsc.
Referenced by __init__().
function infrared_on_give | ( | slot | , |
weapon | |||
) |
Definition at line 52 of file _gadget_infrared.gsc.
References set_to_player().
Referenced by __init__().
function infrared_on_spawn | ( | ) |
Definition at line 44 of file _gadget_infrared.gsc.
References clear(), and set_to_player().
Referenced by __init__().
function infrared_on_take | ( | slot | , |
weapon | |||
) |
Definition at line 57 of file _gadget_infrared.gsc.
References set_to_player().
Referenced by __init__().