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

Go to the source code of this file.

Macros

#define RAPS_HALF_GRAVITY   ( 386.088 / 2.0 )
 
#define RAPS_WHOOSH_BEFORE_IMPACT_TIME   ( 0.15 )
 

Functions

function __init__ ()
 
function heli_extra_low_health_fx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 
function heli_low_health_fx (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 
function monitor__drop_landing_changed (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 
function monitor_drop_landing (localClientNum)
 

Macro Definition Documentation

◆ RAPS_HALF_GRAVITY

#define RAPS_HALF_GRAVITY   ( 386.088 / 2.0 )

Definition at line 18 of file _raps.csc.

◆ RAPS_WHOOSH_BEFORE_IMPACT_TIME

#define RAPS_WHOOSH_BEFORE_IMPACT_TIME   ( 0.15 )

Definition at line 17 of file _raps.csc.

Function Documentation

◆ __init__()

◆ heli_extra_low_health_fx()

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

Definition at line 42 of file _raps.csc.

References RAPS_HELI_DEATH_TRAIL_FX, RAPS_HELI_DEATH_TRAIL_FX_TAG_C, and wait_for_DObj().

Referenced by __init__().

◆ heli_low_health_fx()

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

Definition at line 30 of file _raps.csc.

References RAPS_HELI_DEATH_TRAIL_FX, RAPS_HELI_DEATH_TRAIL_FX_TAG_B, and wait_for_DObj().

Referenced by __init__().

◆ monitor__drop_landing_changed()

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

Definition at line 54 of file _raps.csc.

References monitor_drop_landing().

Referenced by __init__().

◆ monitor_drop_landing()

function monitor_drop_landing ( localClientNum  )