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

Go to the source code of this file.

Functions

function add_to_stat (statName, delta)
 
function commit_spawn_data ()
 
function commit_weapon_data (spawnid, currentWeapon, time0)
 
function init ()
 
function init_shared ()
 
function on_player_death ()
 
function on_player_disconnect ()
 
function on_player_spawned ()
 
function player_init ()
 
function recordBBDataForPlayer (breadcrumb_Table)
 
function recordBlackBoxBreadcrumbData (breadcrumb_Table)
 

Function Documentation

◆ add_to_stat()

function add_to_stat ( statName  ,
delta   
)

Definition at line 25 of file bb_shared.gsc.

◆ commit_spawn_data()

function commit_spawn_data ( )

Definition at line 23 of file bb_shared.gsc.

◆ commit_weapon_data()

function commit_weapon_data ( spawnid  ,
currentWeapon  ,
time0   
)

Definition at line 24 of file bb_shared.gsc.

◆ init()

function init ( )

Definition at line 18 of file bb_shared.gsc.

◆ init_shared()

function init_shared ( )

Definition at line 11 of file bb_shared.gsc.

◆ on_player_death()

function on_player_death ( )

Definition at line 22 of file bb_shared.gsc.

◆ on_player_disconnect()

function on_player_disconnect ( )

Definition at line 21 of file bb_shared.gsc.

◆ on_player_spawned()

function on_player_spawned ( )

Definition at line 20 of file bb_shared.gsc.

◆ player_init()

function player_init ( )

Definition at line 19 of file bb_shared.gsc.

◆ recordBBDataForPlayer()

function recordBBDataForPlayer ( breadcrumb_Table  )

Definition at line 26 of file bb_shared.gsc.

◆ recordBlackBoxBreadcrumbData()

function recordBlackBoxBreadcrumbData ( breadcrumb_Table  )

Definition at line 27 of file bb_shared.gsc.