![]() |
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 | __main__ () |
function | grab_bonfire_sale (player) |
function | play_bonfiresale_audio () |
function | setup_bonfiresale_audio () |
function | start_bonfire_sale (item) |
function | toggle_bonfire_sale_on () |
function __init__ | ( | ) |
Definition at line 37 of file _zm_powerup_bonfire_sale.gsc.
References add_zombie_powerup(), CLIENTFIELD_POWERUP_BON_FIRE, func_should_never_drop(), grab_bonfire_sale(), POWERUP_ANY_TEAM, POWERUP_ONLY_AFFECTS_GRABBER, powerup_set_statless_powerup(), POWERUP_ZOMBIE_GRABBABLE, and register_powerup().
function __main__ | ( | ) |
Definition at line 47 of file _zm_powerup_bonfire_sale.gsc.
References setup_bonfiresale_audio().
function grab_bonfire_sale | ( | player | ) |
Definition at line 52 of file _zm_powerup_bonfire_sale.gsc.
References powerup_vo(), and start_bonfire_sale().
Referenced by __init__().
function play_bonfiresale_audio | ( | ) |
Definition at line 136 of file _zm_powerup_bonfire_sale.gsc.
References IS_TRUE.
Referenced by setup_bonfiresale_audio().
function setup_bonfiresale_audio | ( | ) |
Definition at line 112 of file _zm_powerup_bonfire_sale.gsc.
References play_bonfiresale_audio().
Referenced by __main__().
function start_bonfire_sale | ( | item | ) |
Definition at line 58 of file _zm_powerup_bonfire_sale.gsc.
References is_team_enabled(), N_POWERUP_DEFAULT_TIME, spawn(), toggle_bonfire_sale_on(), and WAIT_SERVER_FRAME.
Referenced by grab_bonfire_sale().
function toggle_bonfire_sale_on | ( | ) |
Definition at line 93 of file _zm_powerup_bonfire_sale.gsc.
Referenced by start_bonfire_sale().