![]() |
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 | __main__ () |
function | octobomb_fx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | octobomb_spit_fx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | octobomb_spit_fx_and_cleanup (localClientNum, v_origin, v_angles, fx_spit) |
function | octobomb_spore_fx_on (localClientNum, n_fx_type) |
function | octobomb_spores_fx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | octobomb_tentacle_hit_fx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | octobomb_zombie_explode_fx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function __init__ | ( | ) |
Definition at line 30 of file _zm_weap_octobomb.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, octobomb_fx(), octobomb_spit_fx(), octobomb_spores_fx(), octobomb_tentacle_hit_fx(), octobomb_zombie_explode_fx(), register(), VERSION_SHIP, VERSION_TU8, and VERSION_TU8_OBSOLETE.
function __main__ | ( | ) |
Definition at line 44 of file _zm_weap_octobomb.csc.
References is_weapon_included(), and STR_WEAP_OCTOBOMB.
function octobomb_fx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 85 of file _zm_weap_octobomb.csc.
References CF_OCTOBOMB_EXPLODE_FX, and CF_OCTOBOMB_UG_FX.
Referenced by __init__().
function octobomb_spit_fx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 155 of file _zm_weap_octobomb.csc.
References CF_OCTOBOMB_UG_FX, and octobomb_spit_fx_and_cleanup().
Referenced by __init__().
function octobomb_spit_fx_and_cleanup | ( | localClientNum | , |
v_origin | , | ||
v_angles | , | ||
fx_spit | |||
) |
Definition at line 169 of file _zm_weap_octobomb.csc.
Referenced by octobomb_spit_fx().
function octobomb_spore_fx_on | ( | localClientNum | , |
n_fx_type | |||
) |
Definition at line 115 of file _zm_weap_octobomb.csc.
References CF_OCTOBOMB_UG_FX, and OCTOBOMB_DAMAGE_TIME.
Referenced by octobomb_spores_fx().
function octobomb_spores_fx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 105 of file _zm_weap_octobomb.csc.
References octobomb_spore_fx_on().
Referenced by __init__().
function octobomb_tentacle_hit_fx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 68 of file _zm_weap_octobomb.csc.
Referenced by __init__().
function octobomb_zombie_explode_fx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 146 of file _zm_weap_octobomb.csc.
References is_gib_restricted_build(), and is_mature().
Referenced by __init__().