![]() |
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 | add_zombie_powerup (powerup_name, client_field_name, clientfield_version=VERSION_SHIP) |
function | include_zombie_powerup (powerup_name) |
function | init () |
function | powerup_fx_callback (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | powerup_state_callback (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | set_clientfield_code_callbacks () |
function add_zombie_powerup | ( | powerup_name | , |
client_field_name | , | ||
clientfield_version | = VERSION_SHIP |
||
) |
Definition at line 40 of file _zm_powerups.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, powerup_state_callback(), and register().
Referenced by __init__(), and init().
function include_zombie_powerup | ( | powerup_name | ) |
Definition at line 81 of file _zm_powerups.csc.
Referenced by __init__().
function init | ( | ) |
Definition at line 20 of file _zm_powerups.csc.
References add_zombie_powerup(), CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, CLIENTFIELD_POWERUP_FX_NAME, CLIENTFIELD_POWERUP_INSTANT_KILL_UG, IS_TRUE, powerup_fx_callback(), register(), set_clientfield_code_callbacks(), and VERSION_SHIP.
function powerup_fx_callback | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 96 of file _zm_powerups.csc.
References CLIENTFIELD_POWERUP_FX_ANY_TEAM_ON, CLIENTFIELD_POWERUP_FX_ON, CLIENTFIELD_POWERUP_FX_ONLY_AFFECTS_GRABBER_ON, CLIENTFIELD_POWERUP_FX_ZOMBIE_GRABBABLE_ON, and waittill_dobj().
Referenced by init().
function powerup_state_callback | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 91 of file _zm_powerups.csc.
Referenced by add_zombie_powerup().
function set_clientfield_code_callbacks | ( | ) |
Definition at line 65 of file _zm_powerups.csc.
Referenced by init().