‪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 allowSpectateAllTeams (allow)
 
function allowSpectateAllTeamsExceptTeam (skip_team, allow)
 
function getSplitscreenTeam ()
 
function main ()
 
function on_joined_spectate ()
 
function on_joined_team ()
 
function on_player_connecting ()
 
function on_player_spawned ()
 
function OtherLocalPlayerStillAlive ()
 
function setSpectatePermissions ()
 
function setSpectatePermissionsForMachine ()
 
function updateSpectateSettings ()
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 12 of file _spectating.gsc.

References main(), and on_start_gametype().

◆ allowSpectateAllTeams()

function allowSpectateAllTeams ( allow  )

Definition at line 107 of file _spectating.gsc.

Referenced by setSpectatePermissions().

◆ allowSpectateAllTeamsExceptTeam()

function allowSpectateAllTeamsExceptTeam ( skip_team  ,
allow   
)

Definition at line 115 of file _spectating.gsc.

Referenced by setSpectatePermissions().

◆ getSplitscreenTeam()

function getSplitscreenTeam ( )

Definition at line 64 of file _spectating.gsc.

Referenced by setSpectatePermissions().

◆ main()

function main ( )

Definition at line 17 of file _spectating.gsc.

References on_connecting(), and on_player_connecting().

Referenced by __init__().

◆ on_joined_spectate()

function on_joined_spectate ( )

Definition at line 48 of file _spectating.gsc.

References setSpectatePermissionsForMachine().

Referenced by __init__(), and on_player_connecting().

◆ on_joined_team()

function on_joined_team ( )

Definition at line 41 of file _spectating.gsc.

References setSpectatePermissionsForMachine().

Referenced by __init__(), and on_player_connecting().

◆ on_player_connecting()

function on_player_connecting ( )

Definition at line 27 of file _spectating.gsc.

References on_joined_spectate(), on_joined_team(), on_player_spawned(), and on_spawned().

Referenced by main().

◆ on_player_spawned()

function on_player_spawned ( )

Definition at line 34 of file _spectating.gsc.

References setSpectatePermissions().

Referenced by on_player_connecting().

◆ OtherLocalPlayerStillAlive()

function OtherLocalPlayerStillAlive ( )

Definition at line 87 of file _spectating.gsc.

Referenced by setSpectatePermissions().

◆ setSpectatePermissions()

◆ setSpectatePermissionsForMachine()

function setSpectatePermissionsForMachine ( )

◆ updateSpectateSettings()

function updateSpectateSettings ( )

Definition at line 55 of file _spectating.gsc.

References setSpectatePermissions().