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

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 Documentation

◆ __init__()

◆ allow_all_teams()

function allow_all_teams ( allow  )

Definition at line 80 of file _spectating.gsc.

Referenced by set_permissions().

◆ allow_all_teams_except()

function allow_all_teams_except ( skip_team  ,
allow   
)

Definition at line 88 of file _spectating.gsc.

Referenced by set_permissions().

◆ get_splitscreen_team()

function get_splitscreen_team ( )

Definition at line 37 of file _spectating.gsc.

Referenced by set_permissions().

◆ init()

function init ( )

Definition at line 20 of file _spectating.gsc.

Referenced by __init__().

◆ other_local_player_still_alive()

function other_local_player_still_alive ( )

Definition at line 60 of file _spectating.gsc.

Referenced by set_permissions().

◆ set_permissions()

◆ set_permissions_for_machine()

function set_permissions_for_machine ( )

Definition at line 184 of file _spectating.gsc.

References set_permissions().

Referenced by __init__(), beginClassChoice(), in_spawnSpectator(), and menuClass().

◆ update_settings()

function update_settings ( )

Definition at line 28 of file _spectating.gsc.

References set_permissions().

Referenced by checkAllowSpectating().