‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_riotshield.csc File Reference

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 Documentation

◆ init_shared()

function init_shared ( )

◆ riotshield_deploy_anim()

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().

◆ riotshield_destroy_anim()

function riotshield_destroy_anim ( localClientNum  )

Definition at line 112 of file _riotshield.csc.

Referenced by shield_state_change().

◆ shield_state_change()

function shield_state_change ( localClientNum  ,
oldVal  ,
newVal  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
bWasTimeJump   
)

◆ watch_riotshield_damage()

function watch_riotshield_damage ( )

Definition at line 85 of file _riotshield.csc.

Referenced by riotshield_deploy_anim().