![]() |
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_flicker_callback (ent, slot, weapon) |
function | gadget_give_callback (ent, slot, weapon) |
function | gadget_off_callback (ent, slot, weapon) |
function | gadget_on_callback (ent, slot, weapon) |
function | gadget_primed_callback (ent, slot, weapon) |
function | gadget_ready_callback (ent, slot, weapon) |
function | gadget_take_callback (ent, slot, weapon) |
function | gadgets_print (str) |
function | on_player_connect () |
function | on_player_spawned () |
function | SetFlickering (slot, length) |
function __init__ | ( | ) |
Definition at line 18 of file _ability_gadgets.gsc.
References on_connect(), on_player_connect(), on_player_spawned(), and on_spawned().
function gadget_flicker_callback | ( | ent | , |
slot | , | ||
weapon | |||
) |
Definition at line 84 of file _ability_gadgets.gsc.
References gadget_flicker().
function gadget_give_callback | ( | ent | , |
slot | , | ||
weapon | |||
) |
Definition at line 52 of file _ability_gadgets.gsc.
References give_gadget().
function gadget_off_callback | ( | ent | , |
slot | , | ||
weapon | |||
) |
Definition at line 79 of file _ability_gadgets.gsc.
References turn_gadget_off().
function gadget_on_callback | ( | ent | , |
slot | , | ||
weapon | |||
) |
Definition at line 72 of file _ability_gadgets.gsc.
References BONUSZM_CYBERCOM_ON_CALLBACK, and turn_gadget_on().
function gadget_primed_callback | ( | ent | , |
slot | , | ||
weapon | |||
) |
Definition at line 62 of file _ability_gadgets.gsc.
References gadget_primed().
function gadget_ready_callback | ( | ent | , |
slot | , | ||
weapon | |||
) |
Definition at line 67 of file _ability_gadgets.gsc.
References gadget_ready().
function gadget_take_callback | ( | ent | , |
slot | , | ||
weapon | |||
) |
Definition at line 57 of file _ability_gadgets.gsc.
References take_gadget().
function gadgets_print | ( | str | ) |
Definition at line 25 of file _ability_gadgets.gsc.
function on_player_connect | ( | ) |
Definition at line 33 of file _ability_gadgets.gsc.
Referenced by __init__().
function on_player_spawned | ( | ) |
Definition at line 47 of file _ability_gadgets.gsc.
Referenced by __init__().
function SetFlickering | ( | slot | , |
length | |||
) |
Definition at line 37 of file _ability_gadgets.gsc.
Referenced by camo_takedown_watch(), power_consume_timer_think(), and power_loss_event_took_damage().