![]() |
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 | 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 allTeamsHaveExisted | ( | ) |
Definition at line 61 of file _globallogic_spawn.gsc.
| function allTeamsNearScoreLimit | ( | ) |
Definition at line 774 of file _globallogic_spawn.gsc.
| function default_spawnMessage | ( | ) |
Definition at line 808 of file _globallogic_spawn.gsc.
References removeSpawnMessageShortly(), and setLowerMessage().
| function forceSpawn | ( | time | ) |
Definition at line 563 of file _globallogic_spawn.gsc.
References closeMenus(), and isValidClass().
| function giveLoadoutLevelSpecific | ( | team | , |
| _class | |||
| ) |
Definition at line 172 of file _globallogic_spawn.gsc.
References callback(), and set().
Referenced by spawnPlayer().
| function giveStartLoadout | ( | ) |
Definition at line 195 of file _globallogic_spawn.gsc.
Referenced by init().
| function in_spawnSpectator | ( | origin | , |
| angles | |||
| ) |
Definition at line 519 of file _globallogic_spawn.gsc.
References clearLowerMessage(), setSpawnVariables(), setSpectatePermissionsForMachine(), spectatorThirdPersonness(), and updateTeamStatus().
| function autoexec init | ( | ) |
Definition at line 30 of file _globallogic_spawn.gsc.
References DEFAULT, and giveStartLoadout().
| function kickIfDontSpawn | ( | ) |
Definition at line 593 of file _globallogic_spawn.gsc.
References kickIfIDontSpawnInternal().
| function kickIfIDontSpawnInternal | ( | ) |
Definition at line 606 of file _globallogic_spawn.gsc.
References kickWait().
| function kickWait | ( | waittime | ) |
Definition at line 641 of file _globallogic_spawn.gsc.
References waitLongDurationWithHostMigrationPause().
| function maySpawn | ( | ) |
Definition at line 72 of file _globallogic_spawn.gsc.
References allTeamsHaveExisted(), isFirstRound(), and isOneRound().
| function respawn_asSpectator | ( | origin | , |
| angles | |||
| ) |
Definition at line 513 of file _globallogic_spawn.gsc.
References in_spawnSpectator().
| function setSpawnVariables | ( | ) |
Definition at line 1021 of file _globallogic_spawn.gsc.
| function setThirdPerson | ( | value | ) |
Definition at line 998 of file _globallogic_spawn.gsc.
| function shouldShowRespawnMessage | ( | ) |
Definition at line 791 of file _globallogic_spawn.gsc.
References allTeamsNearScoreLimit(), isOneRound(), and wasLastRound().
| function showSpawnMessage | ( | ) |
Definition at line 814 of file _globallogic_spawn.gsc.
References shouldShowRespawnMessage().
| function spawnClient | ( | timeAlreadyPassed | ) |
Definition at line 822 of file _globallogic_spawn.gsc.
References isValidClass(), maySpawn(), showSpawnMessage(), and waitAndSpawnClient().
| function spawnIntermission | ( | useDefaultCallback | ) |
Definition at line 671 of file _globallogic_spawn.gsc.
References clearLowerMessage(), default_onSpawnIntermission(), freeze_player_controls(), setSpawnVariables(), and wasLastRound().
| function spawnInterRoundIntermission | ( | ) |
Definition at line 647 of file _globallogic_spawn.gsc.
References clearLowerMessage(), default_onSpawnIntermission(), freeze_player_controls(), and setSpawnVariables().
| function spawnPlayer | ( | ) |
Definition at line 206 of file _globallogic_spawn.gsc.
References callback(), freeze_player_controls(), freezePlayerForRoundEnd(), getObjectiveHintText(), getTimePassed(), giveLoadoutLevelSpecific(), hintMessage(), isValidClass(), leaderDialogOnPlayer(), perk_set_max_health_if_jugg(), resetAttackerList(), resetUsability(), set_lighting_state(), set_music_on_player(), set_sun_shadow_split_distance(), setSpawnVariables(), showInitialFactionPopup(), showPerks(), sndStartMusicSystem(), spawn(), stopPoisoningAndFlareOnSpawn(), and updateTeamStatus().
| function spawnPlayerPrediction | ( | ) |
Definition at line 141 of file _globallogic_spawn.gsc.
References onSpawnPlayer_Unified().
| function spawnQueuedClient | ( | dead_player_team | , |
| killer | |||
| ) |
Definition at line 745 of file _globallogic_spawn.gsc.
References spawnQueuedClientOnTeam(), and WaitTillSlowProcessAllowed().
| function spawnQueuedClientOnTeam | ( | team | ) |
Definition at line 720 of file _globallogic_spawn.gsc.
References closeMenus().
| function spawnSpectator | ( | origin | , |
| angles | |||
| ) |
Definition at line 505 of file _globallogic_spawn.gsc.
References in_spawnSpectator().
| function spectatorThirdPersonness | ( | ) |
Definition at line 552 of file _globallogic_spawn.gsc.
| function stopPoisoningAndFlareOnSpawn | ( | ) |
Definition at line 131 of file _globallogic_spawn.gsc.
| function TimeUntilSpawn | ( | includeTeamkillDelay | ) |
Definition at line 35 of file _globallogic_spawn.gsc.
References IS_TRUE, result(), TeamKillDelay(), and TimeUntilWaveSpawn().
| function TimeUntilWaveSpawn | ( | minimumWait | ) |
Definition at line 106 of file _globallogic_spawn.gsc.
| function waitAndSpawnClient | ( | timeAlreadyPassed | ) |
Definition at line 856 of file _globallogic_spawn.gsc.
References clearLowerMessage(), getRandomIntermissionPoint(), IS_TRUE, respawn_asSpectator(), setLowerMessage(), TeamKillDelay(), TimeUntilSpawn(), waitForTimeOrNotify(), and waitRespawnOrSafeSpawnButton().
| function waitInSpawnQueue | ( | ) |
Definition at line 982 of file _globallogic_spawn.gsc.
| function waitRespawnOrSafeSpawnButton | ( | ) |
Definition at line 968 of file _globallogic_spawn.gsc.