![]() |
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 | _setup_ (localClientNum) |
function | player_enter (localClientNum) |
function | player_exit (localClientNum) |
function | player_shock_fx_fade_off (localClientNum, amount, fadeoutTime) |
function | player_shock_fx_handler (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | update_trophy_system_state (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | wait_for_bullet_impact (localClientNum) |
function __init__ | ( | ) |
Definition at line 17 of file _quadtank.csc.
References _setup_(), add_vehicletype_callback(), CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, player_shock_fx_handler(), register(), update_trophy_system_state(), and VERSION_SHIP.
function _setup_ | ( | localClientNum | ) |
Definition at line 24 of file _quadtank.csc.
References init_filter_ev_interference(), player_enter(), player_exit(), and wait_for_bullet_impact().
Referenced by __init__().
function player_enter | ( | localClientNum | ) |
function player_exit | ( | localClientNum | ) |
function player_shock_fx_fade_off | ( | localClientNum | , |
amount | , | ||
fadeoutTime | |||
) |
Definition at line 89 of file _quadtank.csc.
References CLIENT_FRAME, enable_filter_ev_interference(), FILTER_INDEX_PLAYER_SHOCK, set_filter_ev_interference_amount(), and startTime.
Referenced by player_shock_fx_handler().
function player_shock_fx_handler | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 81 of file _quadtank.csc.
References player_shock_fx_fade_off().
Referenced by __init__().
function update_trophy_system_state | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 77 of file _quadtank.csc.
Referenced by __init__().
function wait_for_bullet_impact | ( | localClientNum | ) |
Definition at line 118 of file _quadtank.csc.
References get_script_bundle(), and PlayFx().
Referenced by _setup_().