![]() |
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 | 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 beginClassChoice | ( | ) |
Definition at line 421 of file _globallogic_ui.gsc.
References set_permissions_for_machine(), updateTeamStatus(), wait_network_frame(), and WAIT_SERVER_FRAME.
Referenced by menuAutoAssign(), and menuTeam().
| function closeMenus | ( | ) |
Definition at line 416 of file _globallogic_ui.gsc.
Referenced by forceSpawn(), menuAlliesZombies(), menuAutoAssign(), menuClass(), menuSpectator(), menuTeam(), and spawnQueuedClientOnTeam().
| function freeGameplayHudElems | ( | ) |
Definition at line 51 of file _globallogic_ui.gsc.
References destroyElem().
Referenced by endGame().
| function get_splitscreen_team | ( | ) |
Definition at line 374 of file _globallogic_ui.gsc.
Referenced by menuAutoAssign().
| function init | ( | ) |
Definition at line 39 of file _globallogic_ui.gsc.
| function menuAutoAssign | ( | comingFromMenu | ) |
Definition at line 176 of file _globallogic_ui.gsc.
References beginClassChoice(), callback(), closeMenus(), count_players(), get_splitscreen_team(), getHostPlayerForBots(), getOtherTeam(), is_bot(), is_bot_comp_stomp(), pickTeamFromScores(), shouldBeSpectatorLateJoin(), suicide(), teamPlayerCountsEqual(), teamWithLowestPlayerCount(), and updateObjectiveText().
Referenced by GlobalLogic_SetupDefault_ZombieCallbacks(), and SetupCallbacks().
| function menuClass | ( | response | , |
| forcedClass | |||
| ) |
Definition at line 563 of file _globallogic_ui.gsc.
References closeMenus(), getClassChoice(), give_owned(), giveLoadout(), set_permissions_for_machine(), setClass(), and updateTeamStatus().
Referenced by GlobalLogic_SetupDefault_ZombieCallbacks(), and SetupCallbacks().
| function menuSpectator | ( | ) |
Definition at line 526 of file _globallogic_ui.gsc.
References callback(), closeMenus(), spectate_player_watcher(), suicide(), and updateObjectiveText().
Referenced by GlobalLogic_SetupDefault_ZombieCallbacks(), and SetupCallbacks().
| function menuTeam | ( | team | ) |
Definition at line 473 of file _globallogic_ui.gsc.
References beginClassChoice(), callback(), closeMenus(), suicide(), and updateObjectiveText().
Referenced by GlobalLogic_SetupDefault_ZombieCallbacks(), and SetupCallbacks().
| function pickTeamFromScores | ( | teams | ) |
Definition at line 362 of file _globallogic_ui.gsc.
References teamScoresEqual(), and teamWithLowestScore().
Referenced by menuAutoAssign().
| function removeSpawnMessageShortly | ( | delay | ) |
Definition at line 649 of file _globallogic_ui.gsc.
References clearLowerMessage(), and delay().
Referenced by default_spawnMessage().
| function SetupCallbacks | ( | ) |
Definition at line 43 of file _globallogic_ui.gsc.
References menuAutoAssign(), menuClass(), menuSpectator(), and menuTeam().
| function shouldBeSpectatorLateJoin | ( | teamName | , |
| comingFromMenu | |||
| ) |
Definition at line 150 of file _globallogic_ui.gsc.
References is_bot().
Referenced by menuAutoAssign().
| function showMainMenuForTeam | ( | ) |
Definition at line 461 of file _globallogic_ui.gsc.
Referenced by Callback_PlayerConnect().
| function teamPlayerCountsEqual | ( | playerCounts | ) |
Definition at line 115 of file _globallogic_ui.gsc.
Referenced by menuAutoAssign().
| function teamScoresEqual | ( | ) |
Definition at line 330 of file _globallogic_ui.gsc.
Referenced by pickTeamFromScores().
| function teamWithLowestPlayerCount | ( | playerCounts | , |
| ignore_team | |||
| ) |
Definition at line 133 of file _globallogic_ui.gsc.
Referenced by menuAutoAssign().
| function teamWithLowestScore | ( | ) |
Definition at line 348 of file _globallogic_ui.gsc.
Referenced by pickTeamFromScores().
| function updateObjectiveText | ( | ) |
Definition at line 397 of file _globallogic_ui.gsc.
References getObjectiveScoreText(), and getObjectiveText().
Referenced by Callback_PlayerConnect(), Callback_PlayerMigrated(), change(), menuAlliesZombies(), menuAutoAssign(), menuSpectator(), and menuTeam().