![]() |
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 | ACTIVE_CAMO_FLICKER "mc/hud_outline_predator_camo_disruption_enemy_scorestreak" |
| #define | ACTIVE_CAMO_NORMAL "mc/hud_outline_predator_camo_active_enemy_scorestreak" |
| #define | ACTIVE_CAMO_REVEAL "mc/hud_outline_predator_scorestreak" |
| #define | CAMO_REVEAL_TIME 0.5 |
| #define | CAMO_TURNOFF_MODEL_RENDER .5 |
Functions | |
| function | __init__ () |
| function | active_camo_changed (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | CleanupThrustersThread (localClientNum) |
| function | damage_fx_stages (localClientNum) |
| function | doReveal (local_client_num, direction) |
| function | heli_comlink_bootup_anim (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | heli_comlink_lights_off (localClientNum) |
| function | heli_comlink_lights_on (localClientNum) |
| function | heli_comlink_lights_on_after_wait (localClientNum, wait_time) |
| function | heli_deletefx (localClientNum) |
| function | marker_state_changed (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | mothership_cb (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | on_player_spawned (localClientNum) |
| function | setAITankhrustersState (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | setSupplydropThrustersState (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | SetupAnimTree () |
| function | startfx (localClientNum) |
| function | startfx_loop (localClientNum) |
| function | StopCrateEffects (localClientNum) |
| function | supplydrop_ai_tank_state (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | supplydrop_care_package_state (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | trail_fx (localClientNum, trail_fx, trail_tag) |
| function | UpdateMarkerThread (localClientNum) |
| function | warnMissileFired (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | warnMissileLocked (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | warnMissileLocking (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| #define ACTIVE_CAMO_FLICKER "mc/hud_outline_predator_camo_disruption_enemy_scorestreak" |
Definition at line 38 of file _helicopter.csc.
| #define ACTIVE_CAMO_NORMAL "mc/hud_outline_predator_camo_active_enemy_scorestreak" |
Definition at line 37 of file _helicopter.csc.
| #define ACTIVE_CAMO_REVEAL "mc/hud_outline_predator_scorestreak" |
Definition at line 39 of file _helicopter.csc.
| #define CAMO_REVEAL_TIME 0.5 |
Definition at line 41 of file _helicopter.csc.
| #define CAMO_TURNOFF_MODEL_RENDER .5 |
Definition at line 42 of file _helicopter.csc.
| function __init__ | ( | ) |
Definition at line 46 of file _helicopter.csc.
References active_camo_changed(), ACTIVE_CAMO_FLICKER, ACTIVE_CAMO_NORMAL, ACTIVE_CAMO_REVEAL, CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, DR_CULL_ALWAYS, DR_TYPE_FRAMEBUFFER, DR_TYPE_FRAMEBUFFER_DUPLICATE, heli_comlink_bootup_anim(), marker_state_changed(), mothership_cb(), on_player_spawned(), on_spawned(), register(), set_dr_filter_framebuffer(), set_dr_filter_framebuffer_duplicate(), setAITankhrustersState(), setSupplydropThrustersState(), supplydrop_ai_tank_state(), supplydrop_care_package_state(), VERSION_SHIP, warnMissileFired(), warnMissileLocked(), and warnMissileLocking().
| function active_camo_changed | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 120 of file _helicopter.csc.
References doReveal(), heli_comlink_lights_off(), heli_comlink_lights_on_after_wait(), HELI_COMLINK_LIGHTS_ON_DELAY, HELICOPTER_CAMO_STATE_FLICKER, HELICOPTER_CAMO_STATE_OFF, set_dr_flag(), and update_dr_filters().
Referenced by __init__().
| function CleanupThrustersThread | ( | localClientNum | ) |
Definition at line 541 of file _helicopter.csc.
References StopCrateEffects().
Referenced by setAITankhrustersState(), and setSupplydropThrustersState().
| function damage_fx_stages | ( | localClientNum | ) |
| function doReveal | ( | local_client_num | , |
| direction | |||
| ) |
Definition at line 145 of file _helicopter.csc.
References CAMO_REVEAL_TIME, CAMO_TURNOFF_MODEL_RENDER, change_dr_flags(), CLIENT_FRAME, set_dr_flag(), update_dr_filters(), and update_dr_flag().
Referenced by active_camo_changed().
| function heli_comlink_bootup_anim | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 200 of file _helicopter.csc.
References SetupAnimTree().
Referenced by __init__().
| function heli_comlink_lights_off | ( | localClientNum | ) |
Definition at line 483 of file _helicopter.csc.
Referenced by active_camo_changed().
| function heli_comlink_lights_on | ( | localClientNum | ) |
Definition at line 464 of file _helicopter.csc.
Referenced by heli_comlink_lights_on_after_wait().
| function heli_comlink_lights_on_after_wait | ( | localClientNum | , |
| wait_time | |||
| ) |
Definition at line 454 of file _helicopter.csc.
References heli_comlink_lights_on().
Referenced by active_camo_changed().
| function heli_deletefx | ( | localClientNum | ) |
Definition at line 264 of file _helicopter.csc.
Referenced by startfx_loop().
| function marker_state_changed | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 607 of file _helicopter.csc.
References get_script_bundle(), Spawn(), UpdateMarkerThread(), and waittill_dobj().
Referenced by __init__().
| function mothership_cb | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 578 of file _helicopter.csc.
Referenced by __init__().
| function on_player_spawned | ( | localClientNum | ) |
Definition at line 98 of file _helicopter.csc.
Referenced by __init__().
| function setAITankhrustersState | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 582 of file _helicopter.csc.
References CleanupThrustersThread(), get_script_bundle(), and StopCrateEffects().
Referenced by __init__().
| function setSupplydropThrustersState | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 553 of file _helicopter.csc.
References CleanupThrustersThread(), get_script_bundle(), and StopCrateEffects().
Referenced by __init__().
| function SetupAnimTree | ( | ) |
Definition at line 114 of file _helicopter.csc.
Referenced by heli_comlink_bootup_anim(), supplydrop_ai_tank_state(), and supplydrop_care_package_state().
| function startfx | ( | localClientNum | ) |
Description:
self.oneexhaust
Definition at line 304 of file _helicopter.csc.
References damage_fx_stages(), friend_not_foe(), and IS_TRUE.
Referenced by startfx_loop().
| function startfx_loop | ( | localClientNum | ) |
Definition at line 385 of file _helicopter.csc.
References aircraft_dustkick(), heli_deletefx(), serverTime(), and startfx().
Referenced by entityspawned().
| function StopCrateEffects | ( | localClientNum | ) |
Definition at line 522 of file _helicopter.csc.
Referenced by CleanupThrustersThread(), setAITankhrustersState(), and setSupplydropThrustersState().
| function supplydrop_ai_tank_state | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 224 of file _helicopter.csc.
References SetupAnimTree().
Referenced by __init__().
| function supplydrop_care_package_state | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 209 of file _helicopter.csc.
References SetupAnimTree().
Referenced by __init__().
| function trail_fx | ( | localClientNum | , |
| trail_fx | , | ||
| trail_tag | |||
| ) |
Definition at line 447 of file _helicopter.csc.
Referenced by damage_fx_stages().
| function UpdateMarkerThread | ( | localClientNum | ) |
Definition at line 501 of file _helicopter.csc.
References CLIENT_FRAME, and get_script_bundle().
Referenced by marker_state_changed().
| function warnMissileFired | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 256 of file _helicopter.csc.
References play_fired_sound().
Referenced by __init__().
| function warnMissileLocked | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 248 of file _helicopter.csc.
References play_locked_sound().
Referenced by __init__().
| function warnMissileLocking | ( | localClientNum | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 240 of file _helicopter.csc.
References play_targeted_sound().
Referenced by __init__().