![]() |
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 | double_points_powerup (drop_item, player) |
function | grab_double_points (player) |
function __init__ | ( | ) |
Definition at line 33 of file _zm_powerup_double_points.gsc.
References add_zombie_powerup(), CLIENTFIELD_POWERUP_DOUBLE_POINTS, func_should_always_drop(), grab_double_points(), POWERUP_ANY_TEAM, POWERUP_ONLY_AFFECTS_GRABBER, POWERUP_ZOMBIE_GRABBABLE, and register_powerup().
function double_points_powerup | ( | drop_item | , |
player | |||
) |
Definition at line 49 of file _zm_powerup_double_points.gsc.
References is_team_enabled(), IS_TRUE, N_POWERUP_DEFAULT_TIME, pers_upgrade_double_points_pickup_start(), set_player_uimodel(), and show_on_hud().
Referenced by grab_double_points().
function grab_double_points | ( | player | ) |
Definition at line 42 of file _zm_powerup_double_points.gsc.
References double_points_powerup(), and powerup_vo().
Referenced by __init__().