![]() |
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 | grab_insta_kill (player) |
function | insta_kill_powerup (drop_item, player) |
function __init__ | ( | ) |
Definition at line 32 of file _zm_powerup_insta_kill.gsc.
References add_zombie_powerup(), CLIENTFIELD_POWERUP_INSTANT_KILL, func_should_always_drop(), grab_insta_kill(), POWERUP_ANY_TEAM, POWERUP_ONLY_AFFECTS_GRABBER, POWERUP_ZOMBIE_GRABBABLE, and register_powerup().
function grab_insta_kill | ( | player | ) |
Definition at line 41 of file _zm_powerup_insta_kill.gsc.
References insta_kill_powerup(), and powerup_vo().
Referenced by __init__().
function insta_kill_powerup | ( | drop_item | , |
player | |||
) |
Definition at line 47 of file _zm_powerup_insta_kill.gsc.
References is_Classic(), is_team_enabled(), N_POWERUP_DEFAULT_TIME, pers_upgrade_insta_kill_upgrade_check(), and show_on_hud().
Referenced by grab_insta_kill().