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

Go to the source code of this file.

Functions

function allTeamsHaveExisted ()
 
function allTeamsNearScoreLimit ()
 
function default_spawnMessage ()
 
function forceSpawn (time)
 
function giveLoadoutLevelSpecific (team, _class)
 
function giveStartLoadout ()
 
function in_spawnSpectator (origin, angles)
 
function autoexec init ()
 
function kickIfDontSpawn ()
 
function kickIfIDontSpawnInternal ()
 
function kickWait (waittime)
 
function maySpawn ()
 
function respawn_asSpectator (origin, angles)
 
function setSpawnVariables ()
 
function setThirdPerson (value)
 
function shouldShowRespawnMessage ()
 
function showSpawnMessage ()
 
function spawnClient (timeAlreadyPassed)
 
function spawnIntermission (useDefaultCallback)
 
function spawnInterRoundIntermission ()
 
function spawnPlayer ()
 
function spawnPlayerPrediction ()
 
function spawnQueuedClient (dead_player_team, killer)
 
function spawnQueuedClientOnTeam (team)
 
function spawnSpectator (origin, angles)
 
function spectatorThirdPersonness ()
 
function stopPoisoningAndFlareOnSpawn ()
 
function TimeUntilSpawn (includeTeamkillDelay)
 
function TimeUntilWaveSpawn (minimumWait)
 
function waitAndSpawnClient (timeAlreadyPassed)
 
function waitInSpawnQueue ()
 
function waitRespawnOrSafeSpawnButton ()
 

Function Documentation

◆ allTeamsHaveExisted()

function allTeamsHaveExisted ( )

Definition at line 61 of file _globallogic_spawn.gsc.

◆ allTeamsNearScoreLimit()

function allTeamsNearScoreLimit ( )

Definition at line 774 of file _globallogic_spawn.gsc.

◆ default_spawnMessage()

function default_spawnMessage ( )

Definition at line 808 of file _globallogic_spawn.gsc.

References removeSpawnMessageShortly(), and setLowerMessage().

◆ forceSpawn()

function forceSpawn ( time  )

Definition at line 563 of file _globallogic_spawn.gsc.

References closeMenus(), and isValidClass().

◆ giveLoadoutLevelSpecific()

function giveLoadoutLevelSpecific ( team  ,
_class   
)

Definition at line 172 of file _globallogic_spawn.gsc.

References callback(), and set().

Referenced by spawnPlayer().

◆ giveStartLoadout()

function giveStartLoadout ( )

Definition at line 195 of file _globallogic_spawn.gsc.

Referenced by init().

◆ in_spawnSpectator()

function in_spawnSpectator ( origin  ,
angles   
)

◆ init()

function autoexec init ( )

Definition at line 30 of file _globallogic_spawn.gsc.

References DEFAULT, and giveStartLoadout().

◆ kickIfDontSpawn()

function kickIfDontSpawn ( )

Definition at line 593 of file _globallogic_spawn.gsc.

References kickIfIDontSpawnInternal().

◆ kickIfIDontSpawnInternal()

function kickIfIDontSpawnInternal ( )

Definition at line 606 of file _globallogic_spawn.gsc.

References kickWait().

◆ kickWait()

function kickWait ( waittime  )

Definition at line 641 of file _globallogic_spawn.gsc.

References waitLongDurationWithHostMigrationPause().

◆ maySpawn()

function maySpawn ( )

Definition at line 72 of file _globallogic_spawn.gsc.

References allTeamsHaveExisted(), isFirstRound(), and isOneRound().

◆ respawn_asSpectator()

function respawn_asSpectator ( origin  ,
angles   
)

Definition at line 513 of file _globallogic_spawn.gsc.

References in_spawnSpectator().

◆ setSpawnVariables()

function setSpawnVariables ( )

Definition at line 1021 of file _globallogic_spawn.gsc.

◆ setThirdPerson()

function setThirdPerson ( value  )

Definition at line 998 of file _globallogic_spawn.gsc.

◆ shouldShowRespawnMessage()

function shouldShowRespawnMessage ( )

Definition at line 791 of file _globallogic_spawn.gsc.

References allTeamsNearScoreLimit(), isOneRound(), and wasLastRound().

◆ showSpawnMessage()

function showSpawnMessage ( )

Definition at line 814 of file _globallogic_spawn.gsc.

References shouldShowRespawnMessage().

◆ spawnClient()

function spawnClient ( timeAlreadyPassed  )

◆ spawnIntermission()

function spawnIntermission ( useDefaultCallback  )

◆ spawnInterRoundIntermission()

function spawnInterRoundIntermission ( )

◆ spawnPlayer()

◆ spawnPlayerPrediction()

function spawnPlayerPrediction ( )

Definition at line 141 of file _globallogic_spawn.gsc.

References onSpawnPlayer_Unified().

◆ spawnQueuedClient()

function spawnQueuedClient ( dead_player_team  ,
killer   
)

◆ spawnQueuedClientOnTeam()

function spawnQueuedClientOnTeam ( team  )

Definition at line 720 of file _globallogic_spawn.gsc.

References closeMenus().

◆ spawnSpectator()

function spawnSpectator ( origin  ,
angles   
)

Definition at line 505 of file _globallogic_spawn.gsc.

References in_spawnSpectator().

◆ spectatorThirdPersonness()

function spectatorThirdPersonness ( )

Definition at line 552 of file _globallogic_spawn.gsc.

◆ stopPoisoningAndFlareOnSpawn()

function stopPoisoningAndFlareOnSpawn ( )

Definition at line 131 of file _globallogic_spawn.gsc.

◆ TimeUntilSpawn()

function TimeUntilSpawn ( includeTeamkillDelay  )

Definition at line 35 of file _globallogic_spawn.gsc.

References IS_TRUE, result(), TeamKillDelay(), and TimeUntilWaveSpawn().

◆ TimeUntilWaveSpawn()

function TimeUntilWaveSpawn ( minimumWait  )

Definition at line 106 of file _globallogic_spawn.gsc.

◆ waitAndSpawnClient()

◆ waitInSpawnQueue()

function waitInSpawnQueue ( )

Definition at line 982 of file _globallogic_spawn.gsc.

◆ waitRespawnOrSafeSpawnButton()

function waitRespawnOrSafeSpawnButton ( )

Definition at line 968 of file _globallogic_spawn.gsc.