![]() |
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 | __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 __init__ | ( | ) |
Definition at line 37 of file _globallogic_ui.gsc.
| function beginClassChoice | ( | forceNewChoice | ) |
Definition at line 433 of file _globallogic_ui.gsc.
References setSpectatePermissionsForMachine(), and updateTeamStatus().
| function closeMenus | ( | ) |
Definition at line 428 of file _globallogic_ui.gsc.
| function freeGameplayHudElems | ( | ) |
Definition at line 49 of file _globallogic_ui.gsc.
References destroyElem().
| function getSplitscreenTeam | ( | ) |
Definition at line 386 of file _globallogic_ui.gsc.
| function menuAutoAssign | ( | comingFromMenu | ) |
Definition at line 150 of file _globallogic_ui.gsc.
References beginClassChoice(), callback(), closeMenus(), suicide(), and updateObjectiveText().
| function menuClass | ( | response | ) |
Definition at line 559 of file _globallogic_ui.gsc.
References closeMenus().
| function menuSpectator | ( | ) |
Definition at line 524 of file _globallogic_ui.gsc.
References closeMenus(), spectate_player_watcher(), suicide(), and updateObjectiveText().
| function menuTeam | ( | team | ) |
Definition at line 479 of file _globallogic_ui.gsc.
References beginClassChoice(), callback(), closeMenus(), suicide(), and updateObjectiveText().
| function pickTeamFromScores | ( | teams | ) |
Definition at line 374 of file _globallogic_ui.gsc.
References teamScoresEqual(), and teamWithLowestScore().
| function removeSpawnMessageShortly | ( | delay | ) |
Definition at line 674 of file _globallogic_ui.gsc.
References clearLowerMessage(), and delay().
| function SetupCallbacks | ( | ) |
Definition at line 41 of file _globallogic_ui.gsc.
References menuAutoAssign(), menuClass(), menuSpectator(), and menuTeam().
| function showMainMenuForTeam | ( | ) |
Definition at line 467 of file _globallogic_ui.gsc.
| function teamPlayerCountsEqual | ( | playerCounts | ) |
Definition at line 115 of file _globallogic_ui.gsc.
| function teamScoresEqual | ( | ) |
Definition at line 342 of file _globallogic_ui.gsc.
| function teamWithLowestPlayerCount | ( | playerCounts | , |
| ignore_team | |||
| ) |
Definition at line 133 of file _globallogic_ui.gsc.
| function teamWithLowestScore | ( | ) |
Definition at line 360 of file _globallogic_ui.gsc.
| function updateObjectiveText | ( | ) |
Definition at line 409 of file _globallogic_ui.gsc.
References getObjectiveScoreText(), and getObjectiveText().