![]() |
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 | flame_death_fx (localClientNum) |
function autoexec | init_fire_fx () |
function | on_fire_timeout (localClientNum) |
function | randomize_array (array) |
function flame_death_fx | ( | localClientNum | ) |
Definition at line 35 of file zombie_death.csc.
References IS_TRUE, on_fire_timeout(), and randomize_array().
Referenced by damage(), zombie_death_animscript(), zombie_flame_damage(), zombie_nuked(), and zombie_trap_death().
function autoexec init_fire_fx | ( | ) |
Definition at line 9 of file zombie_death.csc.
References DEFAULT, and WAIT_CLIENT_FRAME.
function on_fire_timeout | ( | localClientNum | ) |
Definition at line 18 of file zombie_death.csc.
Referenced by flame_death_fx().
function randomize_array | ( | array | ) |