‪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 __init__ ()
 
function beginClassChoice (forceNewChoice)
 
function closeMenus ()
 
function freeGameplayHudElems ()
 
function getSplitscreenTeam ()
 
function menuAutoAssign (comingFromMenu)
 
function menuClass (response)
 
function menuSpectator ()
 
function menuTeam (team)
 
function pickTeamFromScores (teams)
 
function removeSpawnMessageShortly (delay)
 
function SetupCallbacks ()
 
function showMainMenuForTeam ()
 
function teamPlayerCountsEqual (playerCounts)
 
function teamScoresEqual ()
 
function teamWithLowestPlayerCount (playerCounts, ignore_team)
 
function teamWithLowestScore ()
 
function updateObjectiveText ()
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 37 of file _globallogic_ui.gsc.

◆ beginClassChoice()

function beginClassChoice ( forceNewChoice  )

Definition at line 433 of file _globallogic_ui.gsc.

References setSpectatePermissionsForMachine(), and updateTeamStatus().

◆ closeMenus()

function closeMenus ( )

Definition at line 428 of file _globallogic_ui.gsc.

◆ freeGameplayHudElems()

function freeGameplayHudElems ( )

Definition at line 49 of file _globallogic_ui.gsc.

References destroyElem().

◆ getSplitscreenTeam()

function getSplitscreenTeam ( )

Definition at line 386 of file _globallogic_ui.gsc.

◆ menuAutoAssign()

function menuAutoAssign ( comingFromMenu  )

◆ menuClass()

function menuClass ( response  )

Definition at line 559 of file _globallogic_ui.gsc.

References closeMenus().

◆ menuSpectator()

function menuSpectator ( )

◆ menuTeam()

function menuTeam ( team  )

◆ pickTeamFromScores()

function pickTeamFromScores ( teams  )

Definition at line 374 of file _globallogic_ui.gsc.

References teamScoresEqual(), and teamWithLowestScore().

◆ removeSpawnMessageShortly()

function removeSpawnMessageShortly ( delay  )

Definition at line 674 of file _globallogic_ui.gsc.

References clearLowerMessage(), and delay().

◆ SetupCallbacks()

function SetupCallbacks ( )

Definition at line 41 of file _globallogic_ui.gsc.

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

◆ showMainMenuForTeam()

function showMainMenuForTeam ( )

Definition at line 467 of file _globallogic_ui.gsc.

◆ teamPlayerCountsEqual()

function teamPlayerCountsEqual ( playerCounts  )

Definition at line 115 of file _globallogic_ui.gsc.

◆ teamScoresEqual()

function teamScoresEqual ( )

Definition at line 342 of file _globallogic_ui.gsc.

◆ teamWithLowestPlayerCount()

function teamWithLowestPlayerCount ( playerCounts  ,
ignore_team   
)

Definition at line 133 of file _globallogic_ui.gsc.

◆ teamWithLowestScore()

function teamWithLowestScore ( )

Definition at line 360 of file _globallogic_ui.gsc.

◆ updateObjectiveText()

function updateObjectiveText ( )

Definition at line 409 of file _globallogic_ui.gsc.

References getObjectiveScoreText(), and getObjectiveText().