‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_globallogic_utils.gsc File Reference

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 Documentation

◆ debugLine()

function debugLine ( start  ,
end   
)

Definition at line 392 of file _globallogic_utils.gsc.

◆ executePostRoundEvents()

function executePostRoundEvents ( )

Definition at line 120 of file _globallogic_utils.gsc.

◆ gameTimer()

function gameTimer ( )

Definition at line 196 of file _globallogic_utils.gsc.

◆ getEstimatedTimeUntilScoreLimit()

function getEstimatedTimeUntilScoreLimit ( team  )

Definition at line 288 of file _globallogic_utils.gsc.

References getScorePerMinute(), and getScoreRemaining().

◆ getHitLocHeight()

function getHitLocHeight ( sHitLoc  )

Definition at line 360 of file _globallogic_utils.gsc.

◆ getScorePerMinute()

function getScorePerMinute ( team  )

Definition at line 273 of file _globallogic_utils.gsc.

References _getPlayerScore(), and getTimePassed().

◆ getScoreRemaining()

function getScoreRemaining ( team  )

Definition at line 260 of file _globallogic_utils.gsc.

References _getPlayerScore().

◆ getTimePassed()

function getTimePassed ( )

Definition at line 227 of file _globallogic_utils.gsc.

◆ getTimeRemaining()

function getTimeRemaining ( )

Definition at line 107 of file _globallogic_utils.gsc.

References getTimePassed().

◆ getValueInRange()

function getValueInRange ( value  ,
minValue  ,
maxValue   
)

Definition at line 131 of file _globallogic_utils.gsc.

◆ isExcluded()

function isExcluded ( entity  ,
entityList   
)

Definition at line 397 of file _globallogic_utils.gsc.

◆ isHeadShot()

function isHeadShot ( weapon  ,
sHitLoc  ,
sMeansOfDeath  ,
eInflictor   
)

Definition at line 332 of file _globallogic_utils.gsc.

◆ isValidClass()

function isValidClass ( vclass  )

Definition at line 144 of file _globallogic_utils.gsc.

◆ logTeamWinString()

function logTeamWinString ( wintype  ,
winner   
)

Definition at line 428 of file _globallogic_utils.gsc.

◆ pauseTimer()

function pauseTimer ( )

Definition at line 240 of file _globallogic_utils.gsc.

◆ playTickingSound()

function playTickingSound ( gametype_tick_sound  )

Definition at line 155 of file _globallogic_utils.gsc.

References waitTillHostMigrationDone().

◆ registerPostRoundEvent()

function registerPostRoundEvent ( eventFunc  )

Definition at line 112 of file _globallogic_utils.gsc.

◆ resumeTimer()

function resumeTimer ( )

Definition at line 250 of file _globallogic_utils.gsc.

◆ rumbler()

function rumbler ( )

Definition at line 302 of file _globallogic_utils.gsc.

◆ stopTickingSound()

function stopTickingSound ( )

Definition at line 191 of file _globallogic_utils.gsc.

◆ testHPs()

function testHPs ( )

Definition at line 50 of file _globallogic_utils.gsc.

◆ testMenu()

function testMenu ( )

Definition at line 12 of file _globallogic_utils.gsc.

References notifyMessage().

◆ testShock()

function testShock ( )

Definition at line 30 of file _globallogic_utils.gsc.

◆ timeUntilRoundEnd()

function timeUntilRoundEnd ( )

Definition at line 78 of file _globallogic_utils.gsc.

References getTimePassed().

◆ waitForTimeOrNotifies()

function waitForTimeOrNotifies ( desiredDelay  )

Definition at line 408 of file _globallogic_utils.gsc.

◆ waitForTimeOrNotify()

function waitForTimeOrNotify ( time  ,
notifyname   
)

Definition at line 313 of file _globallogic_utils.gsc.

◆ waitForTimeOrNotifyNoArtillery()

function waitForTimeOrNotifyNoArtillery ( time  ,
notifyname   
)

Definition at line 320 of file _globallogic_utils.gsc.