![]() |
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 | apothiconBamfLandEffect (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | apothiconFireDamageEffect (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | apothiconFuriousModeEffect (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | apothiconFuryDeath (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | apothiconJukeActive (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | apothiconSpawnSetup (localClientNum) |
function | apothiconSpawnShader (localClientNum) |
function | apothiconStartLoopingEffects (localClientNum) |
function | apothiconStopLoopingEffects (localClientNum) |
function | get_time () |
function | get_time_in_seconds () |
function autoexec | main () |
function | new_timer (localClientNum) |
function | reset_timer () |
function | timer_increment_loop (localClientNum, entity) |
function apothiconBamfLandEffect | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 286 of file archetype_apothicon_fury.csc.
References FURY_BAMF_LAND_FX, FURY_BAMF_MELEE_RANGE, and waittill_dobj().
Referenced by main().
function apothiconFireDamageEffect | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 121 of file archetype_apothicon_fury.csc.
References array, FURY_DAMAGE_EFFECT, IMPACT_CHEST, IMPACT_HIPS, IMPACT_L_ARM, IMPACT_L_LEG, IMPACT_R_ARM, IMPACT_R_LEG, and waittill_dobj().
Referenced by main().
function apothiconFuriousModeEffect | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 222 of file archetype_apothicon_fury.csc.
References get_time_in_seconds(), new_timer(), server_wait(), and waittill_dobj().
Referenced by main().
function apothiconFuryDeath | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 164 of file archetype_apothicon_fury.csc.
References apothiconStopLoopingEffects(), get_time_in_seconds(), new_timer(), server_wait(), stopTime, and waittill_dobj().
Referenced by main().
function apothiconJukeActive | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 100 of file archetype_apothicon_fury.csc.
References apothiconStartLoopingEffects(), apothiconStopLoopingEffects(), and waittill_dobj().
Referenced by main().
function apothiconSpawnSetup | ( | localClientNum | ) |
Definition at line 46 of file archetype_apothicon_fury.csc.
References apothiconSpawnShader(), and apothiconStartLoopingEffects().
Referenced by main().
function apothiconSpawnShader | ( | localClientNum | ) |
Definition at line 74 of file archetype_apothicon_fury.csc.
References get_time_in_seconds(), new_timer(), server_wait(), and waittill_dobj().
Referenced by apothiconSpawnSetup().
function apothiconStartLoopingEffects | ( | localClientNum | ) |
Definition at line 53 of file archetype_apothicon_fury.csc.
References FURY_BODY_SMOKE_EFFECT, FURY_BREATH_EFFECT, and FURY_FOOTSTEP_AMB_EFFECT.
Referenced by apothiconJukeActive(), and apothiconSpawnSetup().
function apothiconStopLoopingEffects | ( | localClientNum | ) |
Definition at line 66 of file archetype_apothicon_fury.csc.
Referenced by apothiconFuryDeath(), and apothiconJukeActive().
function get_time | ( | ) |
Definition at line 271 of file archetype_apothicon_fury.csc.
function get_time_in_seconds | ( | ) |
Definition at line 276 of file archetype_apothicon_fury.csc.
Referenced by apothiconFuriousModeEffect(), apothiconFuryDeath(), apothiconSpawnShader(), and field_toggle_gas_freeze().
function autoexec main | ( | ) |
Definition at line 25 of file archetype_apothicon_fury.csc.
References add_archetype_spawn_function(), apothiconBamfLandEffect(), apothiconFireDamageEffect(), apothiconFuriousModeEffect(), apothiconFuryDeath(), apothiconJukeActive(), apothiconSpawnSetup(), ARCHETYPE_APOTHICON_FURY, CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, FURY_BAMF_LAND_CLIENTFIELD, FURY_BAMF_LAND_FX, FURY_BODY_SMOKE_EFFECT, FURY_BREATH_EFFECT, FURY_DAMAGE_CLIENTFIELD, FURY_DAMAGE_EFFECT, FURY_DEATH_CLIENTFIELD, FURY_FOOTSTEP_AMB_EFFECT, FURY_FURIOUS_MODE_CLIENTFIELD, FURY_JUKE_CLIENTFIELD, register(), shouldRegisterClientFieldForArchetype(), and VERSION_DLC4.
function new_timer | ( | localClientNum | ) |
Definition at line 251 of file archetype_apothicon_fury.csc.
References timer_increment_loop().
Referenced by apothiconFuriousModeEffect(), apothiconFuryDeath(), apothiconSpawnShader(), and field_toggle_gas_freeze().
function reset_timer | ( | ) |
Definition at line 281 of file archetype_apothicon_fury.csc.
function timer_increment_loop | ( | localClientNum | , |
entity | |||
) |
Definition at line 259 of file archetype_apothicon_fury.csc.
References server_wait().
Referenced by new_timer().