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

Go to the source code of this file.

Functions

function debug_script_structs ()
 
function hostMigrationTimerThink ()
 
function hostMigrationTimerThink_Internal ()
 
function hostMigrationWait ()
 
function hostMigrationWaitForPlayers ()
 
function lockTimer ()
 
function matchStartTimerConsole (type, duration)
 
function matchStartTimerConsole_Internal (countTime, matchStartTimer)
 
function MigrationAwareWait (durationMs)
 
function pauseTimer ()
 
function resumeTimer ()
 
function UpdateTimerPausedness ()
 
function waitLongDurationWithGameEndTimeUpdate (duration)
 
function waitLongDurationWithHostMigrationPause (duration)
 
function waitLongDurationWithHostMigrationPauseEMP (duration)
 
function waittillHostMigrationCountDown ()
 
function waitTillHostMigrationDone ()
 
function waitTillHostMigrationStarts (duration)
 

Function Documentation

◆ debug_script_structs()

function debug_script_structs ( )

Definition at line 11 of file hostmigration_shared.gsc.

◆ hostMigrationTimerThink()

function hostMigrationTimerThink ( )

Definition at line 180 of file hostmigration_shared.gsc.

References hostMigrationTimerThink_Internal().

Referenced by Callback_PlayerConnect().

◆ hostMigrationTimerThink_Internal()

function hostMigrationTimerThink_Internal ( )

Definition at line 162 of file hostmigration_shared.gsc.

Referenced by hostMigrationTimerThink().

◆ hostMigrationWait()

function hostMigrationWait ( )

◆ hostMigrationWaitForPlayers()

function hostMigrationWaitForPlayers ( )

Definition at line 156 of file hostmigration_shared.gsc.

Referenced by hostMigrationWait().

◆ lockTimer()

function lockTimer ( )

Definition at line 44 of file hostmigration_shared.gsc.

References WAIT_SERVER_FRAME.

◆ matchStartTimerConsole()

function matchStartTimerConsole ( type  ,
duration   
)

◆ matchStartTimerConsole_Internal()

function matchStartTimerConsole_Internal ( countTime  ,
matchStartTimer   
)

Definition at line 60 of file hostmigration_shared.gsc.

References font_pulse(), and matchStartTimer().

Referenced by matchStartTimerConsole().

◆ MigrationAwareWait()

function MigrationAwareWait ( durationMs  )

◆ pauseTimer()

function pauseTimer ( )

Definition at line 33 of file hostmigration_shared.gsc.

◆ resumeTimer()

function resumeTimer ( )

Definition at line 39 of file hostmigration_shared.gsc.

◆ UpdateTimerPausedness()

function UpdateTimerPausedness ( )

Definition at line 15 of file hostmigration_shared.gsc.

◆ waitLongDurationWithGameEndTimeUpdate()

function waitLongDurationWithGameEndTimeUpdate ( duration  )

Definition at line 292 of file hostmigration_shared.gsc.

References waitTillHostMigrationStarts().

Referenced by BombTimerWait().

◆ waitLongDurationWithHostMigrationPause()

function waitLongDurationWithHostMigrationPause ( duration  )

◆ waitLongDurationWithHostMigrationPauseEMP()

function waitLongDurationWithHostMigrationPauseEMP ( duration  )

◆ waittillHostMigrationCountDown()

function waittillHostMigrationCountDown ( )

Definition at line 143 of file hostmigration_shared.gsc.

Referenced by Callback_PlayerKilled().

◆ waitTillHostMigrationDone()

◆ waitTillHostMigrationStarts()

function waitTillHostMigrationStarts ( duration  )