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

Go to the source code of this file.

Macros

#define N_TRANSITION_OFF_TIME   3
 
#define N_TRANSITION_ON_TIME   3
 
#define N_UNUSED   0
 

Functions

function __init__ ()
 
function field_toggle_gas_freeze (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump)
 
function metalstorm_player_enter (localClientNum)
 
function metalstorm_setup (localClientNum)
 
function metalstorm_update_rumble ()
 

Macro Definition Documentation

◆ N_TRANSITION_OFF_TIME

#define N_TRANSITION_OFF_TIME   3

Definition at line 95 of file _metal_storm.csc.

◆ N_TRANSITION_ON_TIME

#define N_TRANSITION_ON_TIME   3

Definition at line 94 of file _metal_storm.csc.

◆ N_UNUSED

#define N_UNUSED   0

Definition at line 96 of file _metal_storm.csc.

Function Documentation

◆ __init__()

◆ field_toggle_gas_freeze()

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

◆ metalstorm_player_enter()

function metalstorm_player_enter ( localClientNum  )

Definition at line 34 of file _metal_storm.csc.

References metalstorm_update_rumble().

Referenced by metalstorm_setup().

◆ metalstorm_setup()

function metalstorm_setup ( localClientNum  )

Definition at line 27 of file _metal_storm.csc.

References collision_thread(), and metalstorm_player_enter().

Referenced by __init__().

◆ metalstorm_update_rumble()

function metalstorm_update_rumble ( )

Definition at line 59 of file _metal_storm.csc.

Referenced by metalstorm_player_enter().