![]() |
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.
Macros | |
#define | SENTINEL_DRONE_ARM_BREAK_FX "dlc3/stalingrad/fx_sentinel_drone_dest_arm" |
#define | SENTINEL_DRONE_BEAM "electric_taser_beam_1" |
#define | SENTINEL_DRONE_BEAM_TARGET_FX "dlc3/stalingrad/fx_sentinel_drone_taser_fire_tgt" |
#define | SENTINEL_DRONE_CAMERA_AMBIENT_FX "dlc3/stalingrad/fx_sentinel_drone_eye_camera_lens_glow" |
#define | SENTINEL_DRONE_CAMERA_FX_TAG "tag_flash" |
#define | SENTINEL_DRONE_CLAW_LEFT_FX_TAG "tag_fx2" |
#define | SENTINEL_DRONE_CLAW_RIGHT_FX_TAG "tag_fx1" |
#define | SENTINEL_DRONE_CLAW_TOP_FX_TAG "tag_fx3" |
#define | SENTINEL_DRONE_CLAWS_AMBIENT_FX "dlc3/stalingrad/fx_sentinel_drone_taser_idle" |
#define | SENTINEL_DRONE_CLAWS_CHARGING_FX "dlc3/stalingrad/fx_sentinel_drone_taser_charging" |
#define | SENTINEL_DRONE_CORE_GLOW_FX "dlc3/stalingrad/fx_sentinel_drone_energy_core_glow" |
#define | SENTINEL_DRONE_ENGINE_FX "dlc3/stalingrad/fx_sentinel_drone_engine_idle" |
#define | SENTINEL_DRONE_ENGINE_FX_TAG "tag_fx_engine_left" |
#define | SENTINEL_DRONE_ENGINE_ROLL_FX "dlc3/stalingrad/fx_sentinel_drone_engine_smk_fast" |
#define | SENTINEL_DRONE_EYE_BREAK_FX "dlc3/stalingrad/fx_sentinel_drone_dest_camera_eye" |
#define | SENTINEL_DRONE_FACE_BREAK_FX "dlc3/stalingrad/fx_sentinel_drone_dest_core" |
#define | SENTINEL_DRONE_PLAYER_DAMAGE_FX "sentinel_pstfx_shock_charge" |
#define | SENTINEL_DRONE_SCANNER_LIGHT_FX "dlc3/stalingrad/fx_sentinel_drone_scanner_light_glow" |
Functions | |
function | __init__ () |
function | sentinel_drone_arm_cut (localClientNum, arm) |
function | sentinel_drone_arm_cut_1 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_arm_cut_2 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_arm_cut_3 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_beam_charge (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_beam_fire (localClientNum, newVal, tag_id) |
function | sentinel_drone_beam_fire1 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_beam_fire2 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_beam_fire3 (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_beam_set_source_to_target (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_beam_set_target_id (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_camera_destroyed (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_camera_scanner (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_damage_player_fx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_deathfx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_drone_face_cut (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | sentinel_is_drone_initialized (localClientNum, b_check_for_target_existance_only) |
function | sentinel_launch_piece (localClientNum, model, pos, angles, hitPos, force) |
function | sentinel_play_claws_ambient_fx (localClientNum, b_false) |
function | sentinel_play_engine_fx (localClientNum, b_engine, b_roll_engine) |
function | sentinel_play_taunt (localClientNum, taunt_Arr) |
function | sentinel_spawn_broken_arm (localClientNum, arm, arm_tag, claw_tag) |
#define SENTINEL_DRONE_ARM_BREAK_FX "dlc3/stalingrad/fx_sentinel_drone_dest_arm" |
Definition at line 39 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_BEAM "electric_taser_beam_1" |
Definition at line 29 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_BEAM_TARGET_FX "dlc3/stalingrad/fx_sentinel_drone_taser_fire_tgt" |
Definition at line 30 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_CAMERA_AMBIENT_FX "dlc3/stalingrad/fx_sentinel_drone_eye_camera_lens_glow" |
Definition at line 34 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_CAMERA_FX_TAG "tag_flash" |
Definition at line 25 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_CLAW_LEFT_FX_TAG "tag_fx2" |
Definition at line 23 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_CLAW_RIGHT_FX_TAG "tag_fx1" |
Definition at line 22 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_CLAW_TOP_FX_TAG "tag_fx3" |
Definition at line 24 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_CLAWS_AMBIENT_FX "dlc3/stalingrad/fx_sentinel_drone_taser_idle" |
Definition at line 32 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_CLAWS_CHARGING_FX "dlc3/stalingrad/fx_sentinel_drone_taser_charging" |
Definition at line 33 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_CORE_GLOW_FX "dlc3/stalingrad/fx_sentinel_drone_energy_core_glow" |
Definition at line 35 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_ENGINE_FX "dlc3/stalingrad/fx_sentinel_drone_engine_idle" |
Definition at line 42 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_ENGINE_FX_TAG "tag_fx_engine_left" |
Definition at line 27 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_ENGINE_ROLL_FX "dlc3/stalingrad/fx_sentinel_drone_engine_smk_fast" |
Definition at line 43 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_EYE_BREAK_FX "dlc3/stalingrad/fx_sentinel_drone_dest_camera_eye" |
Definition at line 40 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_FACE_BREAK_FX "dlc3/stalingrad/fx_sentinel_drone_dest_core" |
Definition at line 38 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_PLAYER_DAMAGE_FX "sentinel_pstfx_shock_charge" |
Definition at line 45 of file _sentinel_drone.csc.
#define SENTINEL_DRONE_SCANNER_LIGHT_FX "dlc3/stalingrad/fx_sentinel_drone_scanner_light_glow" |
Definition at line 36 of file _sentinel_drone.csc.
function __init__ | ( | ) |
Definition at line 72 of file _sentinel_drone.csc.
References ARRAY_ADD, CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, register(), sentinel_drone_arm_cut_1(), sentinel_drone_arm_cut_2(), sentinel_drone_arm_cut_3(), sentinel_drone_beam_charge(), sentinel_drone_beam_fire1(), sentinel_drone_beam_fire2(), sentinel_drone_beam_fire3(), sentinel_drone_beam_set_source_to_target(), sentinel_drone_beam_set_target_id(), sentinel_drone_camera_destroyed(), sentinel_drone_camera_scanner(), sentinel_drone_damage_player_fx(), sentinel_drone_deathfx(), sentinel_drone_face_cut(), VERSION_DLC3, and VERSION_SHIP.
function sentinel_drone_arm_cut | ( | localClientNum | , |
arm | |||
) |
Definition at line 395 of file _sentinel_drone.csc.
References IS_TRUE, SENTINEL_DRONE_ARM_BREAK_FX, SENTINEL_DRONE_ARM_LEFT, SENTINEL_DRONE_ARM_LEFT_FX_TAG, SENTINEL_DRONE_ARM_RIGHT, SENTINEL_DRONE_ARM_RIGHT_FX_TAG, SENTINEL_DRONE_ARM_TOP, SENTINEL_DRONE_ARM_TOP_FX_TAG, sentinel_drone_beam_fire(), SENTINEL_DRONE_CLAW_LEFT_FX_TAG, SENTINEL_DRONE_CLAW_RIGHT_FX_TAG, SENTINEL_DRONE_CLAW_TOP_FX_TAG, sentinel_is_drone_initialized(), and sentinel_spawn_broken_arm().
Referenced by sentinel_drone_arm_cut_1(), sentinel_drone_arm_cut_2(), and sentinel_drone_arm_cut_3().
function sentinel_drone_arm_cut_1 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 335 of file _sentinel_drone.csc.
References sentinel_drone_arm_cut(), and SENTINEL_DRONE_ARM_RIGHT.
Referenced by __init__().
function sentinel_drone_arm_cut_2 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 340 of file _sentinel_drone.csc.
References sentinel_drone_arm_cut(), and SENTINEL_DRONE_ARM_LEFT.
Referenced by __init__().
function sentinel_drone_arm_cut_3 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 345 of file _sentinel_drone.csc.
References sentinel_drone_arm_cut(), and SENTINEL_DRONE_ARM_TOP.
Referenced by __init__().
function sentinel_drone_beam_charge | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 501 of file _sentinel_drone.csc.
References IS_TRUE, SENTINEL_DRONE_CAMERA_FX_TAG, SENTINEL_DRONE_CLAW_LEFT_FX_TAG, SENTINEL_DRONE_CLAW_RIGHT_FX_TAG, SENTINEL_DRONE_CLAW_TOP_FX_TAG, SENTINEL_DRONE_CLAWS_CHARGING_FX, SENTINEL_DRONE_SCANNER_LIGHT_FX, sentinel_is_drone_initialized(), sentinel_play_claws_ambient_fx(), and sentinel_play_taunt().
Referenced by __init__().
function sentinel_drone_beam_fire | ( | localClientNum | , |
newVal | , | ||
tag_id | |||
) |
Definition at line 240 of file _sentinel_drone.csc.
References IS_TRUE, kill(), launch(), SENTINEL_DRONE_BEAM, SENTINEL_DRONE_BEAM_TARGET_FX, sentinel_is_drone_initialized(), and sentinel_play_claws_ambient_fx().
Referenced by sentinel_drone_arm_cut(), sentinel_drone_beam_fire1(), sentinel_drone_beam_fire2(), and sentinel_drone_beam_fire3().
function sentinel_drone_beam_fire1 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 225 of file _sentinel_drone.csc.
References sentinel_drone_beam_fire(), and SENTINEL_DRONE_CLAW_RIGHT_FX_TAG.
Referenced by __init__().
function sentinel_drone_beam_fire2 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 230 of file _sentinel_drone.csc.
References sentinel_drone_beam_fire(), and SENTINEL_DRONE_CLAW_LEFT_FX_TAG.
Referenced by __init__().
function sentinel_drone_beam_fire3 | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 235 of file _sentinel_drone.csc.
References sentinel_drone_beam_fire(), and SENTINEL_DRONE_CLAW_TOP_FX_TAG.
Referenced by __init__().
function sentinel_drone_beam_set_source_to_target | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 306 of file _sentinel_drone.csc.
References SENTINEL_DRONE_CAMERA_AMBIENT_FX, SENTINEL_DRONE_CAMERA_FX_TAG, SENTINEL_DRONE_SCANNER_LIGHT_FX, sentinel_play_claws_ambient_fx(), and sentinel_play_engine_fx().
Referenced by __init__().
function sentinel_drone_beam_set_target_id | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 296 of file _sentinel_drone.csc.
Referenced by __init__().
function sentinel_drone_camera_destroyed | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 208 of file _sentinel_drone.csc.
Referenced by __init__().
function sentinel_drone_camera_scanner | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 173 of file _sentinel_drone.csc.
References IS_TRUE, SENTINEL_DRONE_CAMERA_FX_TAG, SENTINEL_DRONE_SCANNER_LIGHT_FX, sentinel_is_drone_initialized(), and sentinel_play_engine_fx().
Referenced by __init__().
function sentinel_drone_damage_player_fx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 142 of file _sentinel_drone.csc.
References SENTINEL_DRONE_PLAYER_DAMAGE_FX.
Referenced by __init__().
function sentinel_drone_deathfx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 152 of file _sentinel_drone.csc.
References get_script_bundle().
Referenced by __init__().
function sentinel_drone_face_cut | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 569 of file _sentinel_drone.csc.
References SENTINEL_DRONE_CORE_GLOW_FX, SENTINEL_DRONE_CORE_TAG, SENTINEL_DRONE_FACE_BREAK_FX, SENTINEL_DRONE_FACE_MODEL, SENTINEL_DRONE_FACE_TAG, sentinel_is_drone_initialized(), and sentinel_launch_piece().
Referenced by __init__().
function sentinel_is_drone_initialized | ( | localClientNum | , |
b_check_for_target_existance_only | |||
) |
Definition at line 113 of file _sentinel_drone.csc.
References init(), and IS_TRUE.
Referenced by sentinel_drone_arm_cut(), sentinel_drone_beam_charge(), sentinel_drone_beam_fire(), sentinel_drone_camera_scanner(), sentinel_drone_face_cut(), sentinel_play_claws_ambient_fx(), sentinel_play_engine_fx(), and sentinel_spawn_broken_arm().
function sentinel_launch_piece | ( | localClientNum | , |
model | , | ||
pos | , | ||
angles | , | ||
hitPos | , | ||
force | |||
) |
Definition at line 695 of file _sentinel_drone.csc.
References hitPos().
Referenced by sentinel_drone_face_cut(), and sentinel_spawn_broken_arm().
function sentinel_play_claws_ambient_fx | ( | localClientNum | , |
b_false | |||
) |
Definition at line 602 of file _sentinel_drone.csc.
References IS_TRUE, SENTINEL_DRONE_CLAW_LEFT_FX_TAG, SENTINEL_DRONE_CLAW_RIGHT_FX_TAG, SENTINEL_DRONE_CLAW_TOP_FX_TAG, SENTINEL_DRONE_CLAWS_AMBIENT_FX, and sentinel_is_drone_initialized().
Referenced by sentinel_drone_beam_charge(), sentinel_drone_beam_fire(), and sentinel_drone_beam_set_source_to_target().
function sentinel_play_engine_fx | ( | localClientNum | , |
b_engine | , | ||
b_roll_engine | |||
) |
Definition at line 648 of file _sentinel_drone.csc.
References IS_TRUE, SENTINEL_DRONE_ENGINE_FX, SENTINEL_DRONE_ENGINE_FX_TAG, SENTINEL_DRONE_ENGINE_ROLL_FX, and sentinel_is_drone_initialized().
Referenced by sentinel_drone_beam_set_source_to_target(), and sentinel_drone_camera_scanner().
function sentinel_play_taunt | ( | localClientNum | , |
taunt_Arr | |||
) |
Definition at line 677 of file _sentinel_drone.csc.
References IS_TRUE.
Referenced by sentinel_drone_beam_charge().
function sentinel_spawn_broken_arm | ( | localClientNum | , |
arm | , | ||
arm_tag | , | ||
claw_tag | |||
) |
Definition at line 350 of file _sentinel_drone.csc.
References SENTINEL_DRONE_ARM_MODEL, SENTINEL_DRONE_ARM_RIGHT, SENTINEL_DRONE_ARM_TOP, sentinel_is_drone_initialized(), and sentinel_launch_piece().
Referenced by sentinel_drone_arm_cut().