![]() |
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 | CENTER_OFFSET_Z 30 |
#define | EXPLOSION_RADIUS 400 |
#define | FX_PER_FRAME 2 |
#define | HEATWAVE_ACTIVATE_POSTFX "pstfx_heat_pulse" |
#define | HEATWAVE_EXPLOSION_1P_FX "player/fx_plyr_heat_wave_1p" |
#define | HEATWAVE_EXPLOSION_DISTORTION_VOLUME_AIR_FX "player/fx_plyr_heat_wave_distortion_volume_air" |
#define | HEATWAVE_EXPLOSION_DISTORTION_VOLUME_FX "player/fx_plyr_heat_wave_distortion_volume" |
#define | HEATWAVE_EXPLOSION_FX "player/fx_plyr_heat_wave" |
#define | HEATWAVE_VICTIM_TAGFXSET "ability_hero_heat_wave_player_impact" |
#define | VICTIM_FX_PUMP_DURATION 1 |
Functions | |
function | __init__ () |
function | aoe_fx (localClientNum) |
function | clear_heat_wave_fx (localClientNum) |
function | do_fx (localClientNum, center, yaw_count, pitch) |
function | set_heatwave_fx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | update_activate (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | update_victim (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
#define CENTER_OFFSET_Z 30 |
Definition at line 33 of file _gadget_heat_wave.csc.
#define EXPLOSION_RADIUS 400 |
Definition at line 32 of file _gadget_heat_wave.csc.
#define FX_PER_FRAME 2 |
Definition at line 34 of file _gadget_heat_wave.csc.
#define HEATWAVE_ACTIVATE_POSTFX "pstfx_heat_pulse" |
Definition at line 30 of file _gadget_heat_wave.csc.
#define HEATWAVE_EXPLOSION_1P_FX "player/fx_plyr_heat_wave_1p" |
Definition at line 25 of file _gadget_heat_wave.csc.
#define HEATWAVE_EXPLOSION_DISTORTION_VOLUME_AIR_FX "player/fx_plyr_heat_wave_distortion_volume_air" |
Definition at line 27 of file _gadget_heat_wave.csc.
#define HEATWAVE_EXPLOSION_DISTORTION_VOLUME_FX "player/fx_plyr_heat_wave_distortion_volume" |
Definition at line 26 of file _gadget_heat_wave.csc.
#define HEATWAVE_EXPLOSION_FX "player/fx_plyr_heat_wave" |
Definition at line 24 of file _gadget_heat_wave.csc.
#define HEATWAVE_VICTIM_TAGFXSET "ability_hero_heat_wave_player_impact" |
Definition at line 28 of file _gadget_heat_wave.csc.
#define VICTIM_FX_PUMP_DURATION 1 |
Definition at line 23 of file _gadget_heat_wave.csc.
function __init__ | ( | ) |
Definition at line 44 of file _gadget_heat_wave.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, HEATWAVE_ACTIVATE_VISIONSET, HEATWAVE_ACTIVATE_VISIONSET_ALIAS, HEATWAVE_ACTIVATE_VISIONSET_STEPS, HEATWAVE_CHARRED_VISIONSET, HEATWAVE_CHARRED_VISIONSET_ALIAS, HEATWAVE_CHARRED_VISIONSET_STEPS, register(), register_visionset_info(), set_heatwave_fx(), update_activate(), update_victim(), and VERSION_SHIP.
function aoe_fx | ( | localClientNum | ) |
Definition at line 101 of file _gadget_heat_wave.csc.
References CENTER_OFFSET_Z, do_fx(), EXPLOSION_RADIUS, and trace().
Referenced by set_heatwave_fx().
function clear_heat_wave_fx | ( | localClientNum | ) |
Definition at line 88 of file _gadget_heat_wave.csc.
Referenced by set_heatwave_fx().
function do_fx | ( | localClientNum | , |
center | , | ||
yaw_count | , | ||
pitch | |||
) |
Definition at line 154 of file _gadget_heat_wave.csc.
References EXPLOSION_RADIUS, FX_PER_FRAME, HEATWAVE_EXPLOSION_DISTORTION_VOLUME_AIR_FX, HEATWAVE_EXPLOSION_DISTORTION_VOLUME_FX, PlayFx(), trace(), and WAIT_CLIENT_FRAME.
Referenced by aoe_fx().
function set_heatwave_fx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 78 of file _gadget_heat_wave.csc.
References aoe_fx(), and clear_heat_wave_fx().
Referenced by __init__().
function update_activate | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 58 of file _gadget_heat_wave.csc.
References HEATWAVE_ACTIVATE_POSTFX.
Referenced by __init__().
function update_victim | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 66 of file _gadget_heat_wave.csc.
References HEATWAVE_VICTIM_TAGFXSET, and waittill_dobj().
Referenced by __init__().