![]() |
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 | 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 add_to_stat | ( | statName | , |
delta | |||
) |
Definition at line 25 of file bb_shared.gsc.
function commit_spawn_data | ( | ) |
Definition at line 23 of file bb_shared.gsc.
function commit_weapon_data | ( | spawnid | , |
currentWeapon | , | ||
time0 | |||
) |
Definition at line 24 of file bb_shared.gsc.
function init | ( | ) |
Definition at line 18 of file bb_shared.gsc.
function init_shared | ( | ) |
Definition at line 11 of file bb_shared.gsc.
function on_player_death | ( | ) |
Definition at line 22 of file bb_shared.gsc.
function on_player_disconnect | ( | ) |
Definition at line 21 of file bb_shared.gsc.
function on_player_spawned | ( | ) |
Definition at line 20 of file bb_shared.gsc.
function player_init | ( | ) |
Definition at line 19 of file bb_shared.gsc.
function recordBBDataForPlayer | ( | breadcrumb_Table | ) |
Definition at line 26 of file bb_shared.gsc.
function recordBlackBoxBreadcrumbData | ( | breadcrumb_Table | ) |
Definition at line 27 of file bb_shared.gsc.