![]() |
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 | parasite_fog_on (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | parasite_round_fx (n_local_client, n_val_old, n_val_new, b_ent_new, b_initial_snap, str_field, b_demo_jump) |
function | parasite_round_ring_fx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function __init__ | ( | ) |
Definition at line 28 of file _zm_ai_wasp.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, parasite_fog_on(), parasite_round_fx(), PARASITE_ROUND_RING_FX, parasite_round_ring_fx(), register(), register_visionset_info(), VERSION_SHIP, ZM_WASP_ROUND_VISION_FILE, ZM_WASP_ROUND_VISIONSET, and ZM_WASP_VISION_LERP_COUNT.
function parasite_fog_on | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 41 of file _zm_ai_wasp.csc.
Referenced by __init__().
function parasite_round_fx | ( | n_local_client | , |
n_val_old | , | ||
n_val_new | , | ||
b_ent_new | , | ||
b_initial_snap | , | ||
str_field | , | ||
b_demo_jump | |||
) |
Definition at line 64 of file _zm_ai_wasp.csc.
Referenced by __init__().
function parasite_round_ring_fx | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 79 of file _zm_ai_wasp.csc.
References exitPostfxBundle(), and ZM_WASP_RING_LOOP_DURATION.
Referenced by __init__().