![]() |
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 | apply_fire_sale_to_chest () |
function | check_to_clear_fire_sale () |
function | firesale_chest_is_leaving () |
function | func_should_drop_fire_sale () |
function | grab_fire_sale (player) |
function | remove_temp_chest (chest_index) |
function | sndFiresaleMusic_Start () |
function | sndFiresaleMusic_Stop () |
function | start_fire_sale (item) |
function | toggle_fire_sale_on () |
function __init__ | ( | ) |
Definition at line 36 of file _zm_powerup_fire_sale.gsc.
References add_zombie_powerup(), CLIENTFIELD_POWERUP_FIRE_SALE, func_should_drop_fire_sale(), grab_fire_sale(), POWERUP_ANY_TEAM, POWERUP_ONLY_AFFECTS_GRABBER, POWERUP_ZOMBIE_GRABBABLE, and register_powerup().
function apply_fire_sale_to_chest | ( | ) |
Definition at line 188 of file _zm_powerup_fire_sale.gsc.
References show_chest().
Referenced by toggle_fire_sale_on().
function check_to_clear_fire_sale | ( | ) |
Definition at line 97 of file _zm_powerup_fire_sale.gsc.
References firesale_chest_is_leaving(), and WAIT_SERVER_FRAME.
Referenced by start_fire_sale().
function firesale_chest_is_leaving | ( | ) |
Description:
"Summary: Check if a firesale chest is in the process of still leaving or active"
Definition at line 111 of file _zm_powerup_fire_sale.gsc.
Referenced by check_to_clear_fire_sale(), and start_fire_sale().
function func_should_drop_fire_sale | ( | ) |
Definition at line 245 of file _zm_powerup_fire_sale.gsc.
References IS_TRUE.
Referenced by __init__().
function grab_fire_sale | ( | player | ) |
Definition at line 45 of file _zm_powerup_fire_sale.gsc.
References powerup_vo(), and start_fire_sale().
Referenced by __init__().
function remove_temp_chest | ( | chest_index | ) |
Definition at line 206 of file _zm_powerup_fire_sale.gsc.
References hide_chest(), IS_TRUE, and wait_network_frame().
Referenced by toggle_fire_sale_on().
function sndFiresaleMusic_Start | ( | ) |
Definition at line 254 of file _zm_powerup_fire_sale.gsc.
References array, IS_TRUE, and spawn().
Referenced by toggle_fire_sale_on().
function sndFiresaleMusic_Stop | ( | ) |
Definition at line 271 of file _zm_powerup_fire_sale.gsc.
References array.
Referenced by toggle_fire_sale_on().
function start_fire_sale | ( | item | ) |
Definition at line 52 of file _zm_powerup_fire_sale.gsc.
References check_to_clear_fire_sale(), firesale_chest_is_leaving(), is_team_enabled(), IS_TRUE, N_POWERUP_DEFAULT_TIME, sndAnnouncerPlayVox(), toggle_fire_sale_on(), and WAIT_SERVER_FRAME.
Referenced by grab_fire_sale().
function toggle_fire_sale_on | ( | ) |
Definition at line 128 of file _zm_powerup_fire_sale.gsc.
References apply_fire_sale_to_chest(), IS_TRUE, remove_temp_chest(), sndFiresaleMusic_Start(), sndFiresaleMusic_Stop(), turn_off_fire_sale(), and turn_on_fire_sale().
Referenced by start_fire_sale().