‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_zm_powerup_fire_sale.gsc File Reference

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 Documentation

◆ __init__()

◆ apply_fire_sale_to_chest()

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().

◆ check_to_clear_fire_sale()

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().

◆ firesale_chest_is_leaving()

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().

◆ func_should_drop_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__().

◆ grab_fire_sale()

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__().

◆ remove_temp_chest()

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().

◆ sndFiresaleMusic_Start()

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().

◆ sndFiresaleMusic_Stop()

function sndFiresaleMusic_Stop ( )

Definition at line 271 of file _zm_powerup_fire_sale.gsc.

References array.

Referenced by toggle_fire_sale_on().

◆ start_fire_sale()

◆ toggle_fire_sale_on()