![]() |
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 | default_getTimeLimit () |
function | default_onAliveCountChange (team) |
function | default_onDeadEvent (team) |
function | default_onForfeit (team) |
function | default_onOneLeftEvent (team) |
function | default_onRoundEndGame (winner) |
function | default_onScoreLimit () |
function | default_onSpawnIntermission () |
function | default_onSpawnSpectator (origin, angles) |
function | default_onTimeLimit () |
function | getWinningTeamFromLoser (losing_team) |
function default_getTimeLimit | ( | ) |
Definition at line 212 of file _globallogic_defaults.gsc.
References clamp().
function default_onAliveCountChange | ( | team | ) |
Definition at line 96 of file _globallogic_defaults.gsc.
function default_onDeadEvent | ( | team | ) |
Definition at line 68 of file _globallogic_defaults.gsc.
References endGame(), getWinningTeamFromLoser(), and logTeamWinString().
function default_onForfeit | ( | team | ) |
Definition at line 27 of file _globallogic_defaults.gsc.
References endGame(), and getWinningTeamFromLoser().
function default_onOneLeftEvent | ( | team | ) |
Definition at line 105 of file _globallogic_defaults.gsc.
References endGame(), getHighestScoringPlayer(), and leaderDialogOnPlayer().
function default_onRoundEndGame | ( | winner | ) |
Definition at line 100 of file _globallogic_defaults.gsc.
function default_onScoreLimit | ( | ) |
Definition at line 155 of file _globallogic_defaults.gsc.
References determineTeamWinnerByGameStat(), endGame(), getHighestScoringPlayer(), and logTeamWinString().
function default_onSpawnIntermission | ( | ) |
Definition at line 196 of file _globallogic_defaults.gsc.
References spawn().
function default_onSpawnSpectator | ( | origin | , |
angles | |||
) |
Definition at line 180 of file _globallogic_defaults.gsc.
References getSpawnpoint_Random(), and spawn().
function default_onTimeLimit | ( | ) |
Definition at line 132 of file _globallogic_defaults.gsc.
References determineTeamWinnerByGameStat(), endGame(), getHighestScoringPlayer(), and logTeamWinString().
function getWinningTeamFromLoser | ( | losing_team | ) |
Definition at line 17 of file _globallogic_defaults.gsc.