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

Go to the source code of this file.

Macros

#define PARASITE_BELLY_GLOW_MAX   1.0
 
#define PARASITE_BELLY_GLOW_MIN   0.1
 

Functions

function private _setup_ (localClientNum)
 
function autoexec main ()
 
function private parasite_damage (localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump)
 
function private parasiteSecondaryDeathFxHandler (localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump)
 
function private parasiteTellFxHandler (localClientNum, oldValue, newValue, bNewEnt, bInitialSnap, fieldName, wasDemoJump)
 

Macro Definition Documentation

◆ PARASITE_BELLY_GLOW_MAX

#define PARASITE_BELLY_GLOW_MAX   1.0

Definition at line 17 of file _parasite.csc.

◆ PARASITE_BELLY_GLOW_MIN

#define PARASITE_BELLY_GLOW_MIN   0.1

Definition at line 16 of file _parasite.csc.

Function Documentation

◆ _setup_()

function private _setup_ ( localClientNum  )

Definition at line 73 of file _parasite.csc.

References IS_TRUE, PARASITE_BELLY_GLOW_MIN, set_dr_flag(), and update_dr_filters().

Referenced by main().

◆ main()

◆ parasite_damage()

function private parasite_damage ( localClientNum  ,
oldValue  ,
newValue  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
wasDemoJump   
)

Definition at line 51 of file _parasite.csc.

Referenced by main().

◆ parasiteSecondaryDeathFxHandler()

function private parasiteSecondaryDeathFxHandler ( localClientNum  ,
oldValue  ,
newValue  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
wasDemoJump   
)

Definition at line 59 of file _parasite.csc.

References get_script_bundle().

Referenced by main().

◆ parasiteTellFxHandler()

function private parasiteTellFxHandler ( localClientNum  ,
oldValue  ,
newValue  ,
bNewEnt  ,
bInitialSnap  ,
fieldName  ,
wasDemoJump   
)

Definition at line 30 of file _parasite.csc.

References get_script_bundle(), PARASITE_BELLY_GLOW_MAX, and PARASITE_BELLY_GLOW_MIN.

Referenced by main().