![]() |
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 | debugLine (start, end) |
function | executePostRoundEvents () |
function | gameTimer () |
function | getEstimatedTimeUntilScoreLimit (team) |
function | getHitLocHeight (sHitLoc) |
function | getScorePerMinute (team) |
function | getScoreRemaining (team) |
function | getTimePassed () |
function | getTimeRemaining () |
function | getValueInRange (value, minValue, maxValue) |
function | isExcluded (entity, entityList) |
function | isHeadShot (weapon, sHitLoc, sMeansOfDeath, eInflictor) |
function | isValidClass (vclass) |
function | logTeamWinString (wintype, winner) |
function | pauseTimer () |
function | playTickingSound (gametype_tick_sound) |
function | registerPostRoundEvent (eventFunc) |
function | resumeTimer () |
function | rumbler () |
function | stopTickingSound () |
function | testHPs () |
function | testMenu () |
function | testShock () |
function | timeUntilRoundEnd () |
function | waitForTimeOrNotifies (desiredDelay) |
function | waitForTimeOrNotify (time, notifyname) |
function | waitForTimeOrNotifyNoArtillery (time, notifyname) |
function debugLine | ( | start | , |
end | |||
) |
Definition at line 392 of file _globallogic_utils.gsc.
function executePostRoundEvents | ( | ) |
Definition at line 120 of file _globallogic_utils.gsc.
function gameTimer | ( | ) |
Definition at line 196 of file _globallogic_utils.gsc.
function getEstimatedTimeUntilScoreLimit | ( | team | ) |
Definition at line 288 of file _globallogic_utils.gsc.
References getScorePerMinute(), and getScoreRemaining().
function getHitLocHeight | ( | sHitLoc | ) |
Definition at line 360 of file _globallogic_utils.gsc.
function getScorePerMinute | ( | team | ) |
Definition at line 273 of file _globallogic_utils.gsc.
References _getPlayerScore(), and getTimePassed().
function getScoreRemaining | ( | team | ) |
Definition at line 260 of file _globallogic_utils.gsc.
References _getPlayerScore().
function getTimePassed | ( | ) |
Definition at line 227 of file _globallogic_utils.gsc.
function getTimeRemaining | ( | ) |
Definition at line 107 of file _globallogic_utils.gsc.
References getTimePassed().
function getValueInRange | ( | value | , |
minValue | , | ||
maxValue | |||
) |
Definition at line 131 of file _globallogic_utils.gsc.
function isExcluded | ( | entity | , |
entityList | |||
) |
Definition at line 397 of file _globallogic_utils.gsc.
function isHeadShot | ( | weapon | , |
sHitLoc | , | ||
sMeansOfDeath | , | ||
eInflictor | |||
) |
Definition at line 332 of file _globallogic_utils.gsc.
function isValidClass | ( | vclass | ) |
Definition at line 144 of file _globallogic_utils.gsc.
function logTeamWinString | ( | wintype | , |
winner | |||
) |
Definition at line 428 of file _globallogic_utils.gsc.
function pauseTimer | ( | ) |
Definition at line 240 of file _globallogic_utils.gsc.
function playTickingSound | ( | gametype_tick_sound | ) |
Definition at line 155 of file _globallogic_utils.gsc.
References waitTillHostMigrationDone().
function registerPostRoundEvent | ( | eventFunc | ) |
Definition at line 112 of file _globallogic_utils.gsc.
function resumeTimer | ( | ) |
Definition at line 250 of file _globallogic_utils.gsc.
function rumbler | ( | ) |
Definition at line 302 of file _globallogic_utils.gsc.
function stopTickingSound | ( | ) |
Definition at line 191 of file _globallogic_utils.gsc.
function testHPs | ( | ) |
Definition at line 50 of file _globallogic_utils.gsc.
function testMenu | ( | ) |
Definition at line 12 of file _globallogic_utils.gsc.
References notifyMessage().
function testShock | ( | ) |
Definition at line 30 of file _globallogic_utils.gsc.
function timeUntilRoundEnd | ( | ) |
Definition at line 78 of file _globallogic_utils.gsc.
References getTimePassed().
function waitForTimeOrNotifies | ( | desiredDelay | ) |
Definition at line 408 of file _globallogic_utils.gsc.
function waitForTimeOrNotify | ( | time | , |
notifyname | |||
) |
Definition at line 313 of file _globallogic_utils.gsc.
function waitForTimeOrNotifyNoArtillery | ( | time | , |
notifyname | |||
) |
Definition at line 320 of file _globallogic_utils.gsc.