![]() |
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 | do_gib () |
function | flame_death_fx () |
function | get_gib_ref (direction) |
function | get_random (array) |
function | on_fire_timeout () |
function | precache_gib_fx () |
function | randomize_array (array) |
function | set_last_gib_time () |
function do_gib | ( | ) |
Definition at line 245 of file zombie_death.gsc.
References a, GibHead(), GibLeftArm(), GibLeftLeg(), GibLegs(), GibRightArm(), and GibRightLeg().
Referenced by zombie_knockdown().
function flame_death_fx | ( | ) |
Definition at line 37 of file zombie_death.gsc.
References a, IS_TRUE, on_fire_timeout(), and randomize_array().
function get_gib_ref | ( | direction | ) |
Definition at line 156 of file zombie_death.gsc.
References a, get_random(), and set_last_gib_time().
function get_random | ( | array | ) |
function on_fire_timeout | ( | ) |
Definition at line 13 of file zombie_death.gsc.
Referenced by flame_death_fx().
function precache_gib_fx | ( | ) |
Definition at line 286 of file zombie_death.gsc.
function randomize_array | ( | array | ) |
function set_last_gib_time | ( | ) |
Definition at line 146 of file zombie_death.gsc.
References WAIT_SERVER_FRAME.
Referenced by get_gib_ref().