![]() |
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_shared () |
function | riotshield_deploy_anim (localClientNum, instant) |
function | riotshield_destroy_anim (localClientNum) |
function | shield_state_change (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function | watch_riotshield_damage () |
function init_shared | ( | ) |
Definition at line 17 of file _riotshield.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, register(), shield_state_change(), and VERSION_SHIP.
Referenced by __init__().
function riotshield_deploy_anim | ( | localClientNum | , |
instant | |||
) |
Definition at line 53 of file _riotshield.csc.
References waittill_dobj(), and watch_riotshield_damage().
Referenced by shield_state_change().
function riotshield_destroy_anim | ( | localClientNum | ) |
Definition at line 112 of file _riotshield.csc.
Referenced by shield_state_change().
function shield_state_change | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 29 of file _riotshield.csc.
References riotshield_deploy_anim(), riotshield_destroy_anim(), RIOTSHIELD_STATE_DEPLOYED, and RIOTSHIELD_STATE_DESTROYED.
Referenced by init_shared().
function watch_riotshield_damage | ( | ) |
Definition at line 85 of file _riotshield.csc.
Referenced by riotshield_deploy_anim().