![]() |
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.
Functions | |
function | __init__ () |
function | electric_trap_fx () |
function | stop_trap_fx () |
function | trap_fx_monitor (localClientNum, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
function __init__ | ( | ) |
Definition at line 17 of file _zm_trap_electric.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, get_array(), register(), register_overlay_info_style_electrified(), trap_fx_monitor(), VERSION_SHIP, and ZM_TRAP_ELECTRIC_MAX.
function electric_trap_fx | ( | ) |
Definition at line 58 of file _zm_trap_electric.csc.
References PlayFx(), and stop_trap_fx().
Referenced by trap_fx_monitor().
function stop_trap_fx | ( | ) |
Definition at line 82 of file _zm_trap_electric.csc.
Referenced by electric_trap_fx(), and trap_fx_monitor().
function trap_fx_monitor | ( | localClientNum | , |
oldVal | , | ||
newVal | , | ||
bNewEnt | , | ||
bInitialSnap | , | ||
fieldName | , | ||
bWasTimeJump | |||
) |
Definition at line 28 of file _zm_trap_electric.csc.
References electric_trap_fx(), exploder(), get_array(), stop_exploder(), and stop_trap_fx().
Referenced by __init__().