![]() |
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.
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) |
function __init__ | ( | ) |
Definition at line 22 of file _raps.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, heli_extra_low_health_fx(), heli_low_health_fx(), monitor__drop_landing_changed(), register(), and VERSION_SHIP.
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__().
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__().
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__().
function monitor_drop_landing | ( | localClientNum | ) |
Definition at line 62 of file _raps.csc.
References get_script_bundle(), RAPS_HALF_GRAVITY, RAPS_NAME, RAPS_WHOOSH_BEFORE_IMPACT_TIME, and WAIT_CLIENT_FRAME.
Referenced by monitor__drop_landing_changed().