![]() |
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 | WW_GRENADES_PER_POWERUP 1 |
Functions | |
function | __init__ () |
function | grab_ww_grenade (player) |
function | ww_grenade_powerup (item, player) |
#define WW_GRENADES_PER_POWERUP 1 |
Definition at line 56 of file _zm_powerup_ww_grenade.gsc.
function __init__ | ( | ) |
Definition at line 40 of file _zm_powerup_ww_grenade.gsc.
References add_zombie_powerup(), func_should_never_drop(), grab_ww_grenade(), POWERUP_ANY_TEAM, POWERUP_FOR_SPECIFIC_PLAYER, POWERUP_ONLY_AFFECTS_GRABBER, powerup_set_player_specific(), POWERUP_ZOMBIE_GRABBABLE, and register_powerup().
function grab_ww_grenade | ( | player | ) |
Definition at line 50 of file _zm_powerup_ww_grenade.gsc.
References powerup_vo(), and ww_grenade_powerup().
Referenced by __init__().
function ww_grenade_powerup | ( | item | , |
player | |||
) |
Definition at line 58 of file _zm_powerup_ww_grenade.gsc.
References change(), PERK_WIDOWS_WINE, player_is_in_laststand(), and WW_GRENADES_PER_POWERUP.
Referenced by grab_ww_grenade().