 |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the documentation of this file. 1 #using scripts\codescripts\struct;
3 #using scripts\shared\callbacks_shared;
4 #using scripts\shared\clientfield_shared;
5 #using scripts\shared\flagsys_shared;
6 #using scripts\shared\visionset_mgr_shared;
7 #using scripts\shared\spawner_shared;
9 #using scripts\shared\abilities\_ability_player;
10 #using scripts\shared\abilities\_ability_util;
12 #insert scripts\shared\shared.gsh;
13 #insert scripts\shared\version.gsh;
14 #insert scripts\shared\abilities\_ability_util.gsh;
16 #define AI_HEAT_HIGHLIGHTED_CONSTANT_SIZE true
18 #using scripts\shared\system_shared;
44 return self GadgetFlickering( slot );
88 self setEMPJammed(
false );
89 self GadgetSetActivateTime( slot, GetTime() );
90 self setnormalhealth(
self.maxHealth );
91 self setdoublejumpenergy( 1.0 );
92 self stopshellshock();
93 self notify(
"gadget_cleanse_on" );
103 self endon(
"disconnect" );
function register_gadget_is_flickering_callbacks(type, flickering_func)
function gadget_cleanse_on(slot, weapon)
function register_gadget_possession_callbacks(type, on_give, on_take)
function clear(str_flag)
function register_gadget_is_inuse_callbacks(type, inuse_func)
function gadget_cleanse_on_flicker(slot, weapon)
function gadget_cleanse_start(slot, weapon)
function wait_until_is_done(slot, timePulse)
function get(kvp_value, kvp_key="targetname")
function register_gadget_flicker_callbacks(type, on_flicker)
#define GADGET_TYPE_CLEANSE
function gadget_cleanse_off(slot, weapon)
function register_gadget_activation_callbacks(type, turn_on, turn_off)
function gadget_cleanse_is_flickering(slot)
#define REGISTER_SYSTEM(__sys, __func_init_preload, __reqs)
function set_gadget_cleanse_status(status, time)
function gadget_cleanse_on_connect()
function gadget_cleanse_is_inuse(slot)
function set(str_field_name, n_value)
function gadget_cleanse_on_give(slot, weapon)
function gadget_cleanse_flicker(slot, weapon)
function gadget_cleanse_on_take(slot, weapon)