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

Go to the source code of this file.

Functions

function beginClassChoice ()
 
function closeMenus ()
 
function freeGameplayHudElems ()
 
function get_splitscreen_team ()
 
function init ()
 
function menuAutoAssign (comingFromMenu)
 
function menuClass (response, forcedClass)
 
function menuSpectator ()
 
function menuTeam (team)
 
function pickTeamFromScores (teams)
 
function removeSpawnMessageShortly (delay)
 
function SetupCallbacks ()
 
function shouldBeSpectatorLateJoin (teamName, comingFromMenu)
 
function showMainMenuForTeam ()
 
function teamPlayerCountsEqual (playerCounts)
 
function teamScoresEqual ()
 
function teamWithLowestPlayerCount (playerCounts, ignore_team)
 
function teamWithLowestScore ()
 
function updateObjectiveText ()
 

Function Documentation

◆ beginClassChoice()

function beginClassChoice ( )

◆ closeMenus()

function closeMenus ( )

◆ freeGameplayHudElems()

function freeGameplayHudElems ( )

Definition at line 51 of file _globallogic_ui.gsc.

References destroyElem().

Referenced by endGame().

◆ get_splitscreen_team()

function get_splitscreen_team ( )

Definition at line 374 of file _globallogic_ui.gsc.

Referenced by menuAutoAssign().

◆ init()

function init ( )

Definition at line 39 of file _globallogic_ui.gsc.

◆ menuAutoAssign()

◆ menuClass()

function menuClass ( response  ,
forcedClass   
)

◆ menuSpectator()

function menuSpectator ( )

◆ menuTeam()

function menuTeam ( team  )

◆ pickTeamFromScores()

function pickTeamFromScores ( teams  )

Definition at line 362 of file _globallogic_ui.gsc.

References teamScoresEqual(), and teamWithLowestScore().

Referenced by menuAutoAssign().

◆ removeSpawnMessageShortly()

function removeSpawnMessageShortly ( delay  )

Definition at line 649 of file _globallogic_ui.gsc.

References clearLowerMessage(), and delay().

Referenced by default_spawnMessage().

◆ SetupCallbacks()

function SetupCallbacks ( )

Definition at line 43 of file _globallogic_ui.gsc.

References menuAutoAssign(), menuClass(), menuSpectator(), and menuTeam().

◆ shouldBeSpectatorLateJoin()

function shouldBeSpectatorLateJoin ( teamName  ,
comingFromMenu   
)

Definition at line 150 of file _globallogic_ui.gsc.

References is_bot().

Referenced by menuAutoAssign().

◆ showMainMenuForTeam()

function showMainMenuForTeam ( )

Definition at line 461 of file _globallogic_ui.gsc.

Referenced by Callback_PlayerConnect().

◆ teamPlayerCountsEqual()

function teamPlayerCountsEqual ( playerCounts  )

Definition at line 115 of file _globallogic_ui.gsc.

Referenced by menuAutoAssign().

◆ teamScoresEqual()

function teamScoresEqual ( )

Definition at line 330 of file _globallogic_ui.gsc.

Referenced by pickTeamFromScores().

◆ teamWithLowestPlayerCount()

function teamWithLowestPlayerCount ( playerCounts  ,
ignore_team   
)

Definition at line 133 of file _globallogic_ui.gsc.

Referenced by menuAutoAssign().

◆ teamWithLowestScore()

function teamWithLowestScore ( )

Definition at line 348 of file _globallogic_ui.gsc.

Referenced by pickTeamFromScores().

◆ updateObjectiveText()