![]() |
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 | drone_precache () |
function | gadget_drone_despawn () |
function | gadget_drone_flicker (slot) |
function | gadget_drone_is_flickering (slot) |
function | gadget_drone_is_inuse (slot) |
function | gadget_drone_off (slot) |
function | gadget_drone_on (slot) |
function | gadget_drone_on_connect () |
function | gadget_drone_on_flicker (slot) |
function | gadget_drone_on_give (slot, weapon) |
function | gadget_drone_on_take (slot) |
function | gadget_drone_spawn () |
function | set_gadget_status (status, time) |
function __init__ | ( | ) |
Definition at line 24 of file _gadget_drone.gsc.
References drone_precache(), gadget_drone_is_flickering(), gadget_drone_is_inuse(), gadget_drone_off(), gadget_drone_on(), gadget_drone_on_connect(), gadget_drone_on_flicker(), gadget_drone_on_give(), gadget_drone_on_take(), GADGET_TYPE_DRONE, 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 drone_precache | ( | ) |
Definition at line 37 of file _gadget_drone.gsc.
Referenced by __init__().
function gadget_drone_despawn | ( | ) |
Definition at line 167 of file _gadget_drone.gsc.
Referenced by gadget_drone_off().
function gadget_drone_flicker | ( | slot | ) |
Definition at line 109 of file _gadget_drone.gsc.
References gadget_drone_is_inuse(), and set_gadget_status().
Referenced by gadget_drone_on_flicker().
function gadget_drone_is_flickering | ( | slot | ) |
Definition at line 48 of file _gadget_drone.gsc.
Referenced by __init__().
function gadget_drone_is_inuse | ( | slot | ) |
Definition at line 42 of file _gadget_drone.gsc.
References get().
Referenced by __init__(), and gadget_drone_flicker().
function gadget_drone_off | ( | slot | ) |
Definition at line 84 of file _gadget_drone.gsc.
References clear(), and gadget_drone_despawn().
Referenced by __init__().
function gadget_drone_on | ( | slot | ) |
Definition at line 76 of file _gadget_drone.gsc.
References gadget_drone_spawn(), and set().
Referenced by __init__().
function gadget_drone_on_connect | ( | ) |
Definition at line 71 of file _gadget_drone.gsc.
Referenced by __init__().
function gadget_drone_on_flicker | ( | slot | ) |
Definition at line 54 of file _gadget_drone.gsc.
References gadget_drone_flicker().
Referenced by __init__().
function gadget_drone_on_give | ( | slot | , |
weapon | |||
) |
Definition at line 60 of file _gadget_drone.gsc.
Referenced by __init__().
function gadget_drone_on_take | ( | slot | ) |
Definition at line 65 of file _gadget_drone.gsc.
Referenced by __init__().
function gadget_drone_spawn | ( | ) |
Definition at line 134 of file _gadget_drone.gsc.
References escort_drone_start_ai(), escort_drone_start_scripted(), escort_drone_think(), init(), spawn(), and waittill_any_timeout().
Referenced by gadget_drone_on().
function set_gadget_status | ( | status | , |
time | |||
) |
Definition at line 96 of file _gadget_drone.gsc.
Referenced by gadget_drone_flicker().