![]() |
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 | 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 () |
#define N_TRANSITION_OFF_TIME 3 |
Definition at line 95 of file _metal_storm.csc.
#define N_TRANSITION_ON_TIME 3 |
Definition at line 94 of file _metal_storm.csc.
#define N_UNUSED 0 |
Definition at line 96 of file _metal_storm.csc.
function __init__ | ( | ) |
Definition at line 17 of file _metal_storm.csc.
References add_vehicletype_callback(), CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, field_toggle_gas_freeze(), metalstorm_setup(), register(), and VERSION_SHIP.
function field_toggle_gas_freeze | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 97 of file _metal_storm.csc.
References get_time_in_seconds(), N_TRANSITION_OFF_TIME, N_TRANSITION_ON_TIME, N_UNUSED, and new_timer().
Referenced by __init__().
function metalstorm_player_enter | ( | localClientNum | ) |
Definition at line 34 of file _metal_storm.csc.
References metalstorm_update_rumble().
Referenced by 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__().
function metalstorm_update_rumble | ( | ) |
Definition at line 59 of file _metal_storm.csc.
Referenced by metalstorm_player_enter().