![]() |
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 | allow_all_teams (allow) |
function | allow_all_teams_except (skip_team, allow) |
function | get_splitscreen_team () |
function | init () |
function | other_local_player_still_alive () |
function | set_permissions () |
function | set_permissions_for_machine () |
function | update_settings () |
function __init__ | ( | ) |
Definition at line 12 of file _spectating.gsc.
References init(), on_joined_spectate(), on_joined_team(), on_spawned(), on_start_gametype(), set_permissions(), and set_permissions_for_machine().
function allow_all_teams | ( | allow | ) |
Definition at line 80 of file _spectating.gsc.
Referenced by set_permissions().
function allow_all_teams_except | ( | skip_team | , |
allow | |||
) |
Definition at line 88 of file _spectating.gsc.
Referenced by set_permissions().
function get_splitscreen_team | ( | ) |
Definition at line 37 of file _spectating.gsc.
Referenced by set_permissions().
function init | ( | ) |
Definition at line 20 of file _spectating.gsc.
Referenced by __init__().
function other_local_player_still_alive | ( | ) |
Definition at line 60 of file _spectating.gsc.
Referenced by set_permissions().
function set_permissions | ( | ) |
Definition at line 98 of file _spectating.gsc.
References allow_all_teams(), allow_all_teams_except(), get_splitscreen_team(), and other_local_player_still_alive().
Referenced by __init__(), Callback_PlayerConnect(), change(), end(), set_permissions_for_machine(), and update_settings().
function set_permissions_for_machine | ( | ) |
Definition at line 184 of file _spectating.gsc.
References set_permissions().
Referenced by __init__(), beginClassChoice(), in_spawnSpectator(), and menuClass().
function update_settings | ( | ) |
Definition at line 28 of file _spectating.gsc.
References set_permissions().
Referenced by checkAllowSpectating().