![]() |
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 | 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 debug_script_structs | ( | ) |
Definition at line 11 of file hostmigration_shared.gsc.
function hostMigrationTimerThink | ( | ) |
Definition at line 180 of file hostmigration_shared.gsc.
References hostMigrationTimerThink_Internal().
Referenced by Callback_PlayerConnect().
function hostMigrationTimerThink_Internal | ( | ) |
Definition at line 162 of file hostmigration_shared.gsc.
Referenced by hostMigrationTimerThink().
function hostMigrationWait | ( | ) |
Definition at line 124 of file hostmigration_shared.gsc.
References hostMigrationWaitForPlayers(), and matchStartTimerConsole().
function hostMigrationWaitForPlayers | ( | ) |
Definition at line 156 of file hostmigration_shared.gsc.
Referenced by hostMigrationWait().
function lockTimer | ( | ) |
Definition at line 44 of file hostmigration_shared.gsc.
References WAIT_SERVER_FRAME.
function matchStartTimerConsole | ( | type | , |
duration | |||
) |
Definition at line 79 of file hostmigration_shared.gsc.
References createServerFontString(), destroyElem(), font_pulse_init(), matchStartTimer(), matchStartTimerConsole_Internal(), setPoint(), and WAIT_SERVER_FRAME.
Referenced by hostMigrationWait().
function matchStartTimerConsole_Internal | ( | countTime | , |
matchStartTimer | |||
) |
Definition at line 60 of file hostmigration_shared.gsc.
References font_pulse(), and matchStartTimer().
Referenced by matchStartTimerConsole().
function MigrationAwareWait | ( | durationMs | ) |
Definition at line 333 of file hostmigration_shared.gsc.
References waittill_level_any_timeout(), and waitTillHostMigrationDone().
Referenced by WaitForTimecheck(), WaitForTimeout(), WaitForTimeoutBeep(), and WaitForTimeoutHacked().
function pauseTimer | ( | ) |
Definition at line 33 of file hostmigration_shared.gsc.
function resumeTimer | ( | ) |
Definition at line 39 of file hostmigration_shared.gsc.
function UpdateTimerPausedness | ( | ) |
Definition at line 15 of file hostmigration_shared.gsc.
function waitLongDurationWithGameEndTimeUpdate | ( | duration | ) |
Definition at line 292 of file hostmigration_shared.gsc.
References waitTillHostMigrationStarts().
Referenced by BombTimerWait().
function waitLongDurationWithHostMigrationPause | ( | duration | ) |
Definition at line 216 of file hostmigration_shared.gsc.
References waitTillHostMigrationDone(), and waitTillHostMigrationStarts().
Referenced by kickWait(), QRDrone_leave_on_timeout_callback(), QRDrone_rangeCountdown(), remote_leave(), remote_missile_life(), and time_out().
function waitLongDurationWithHostMigrationPauseEMP | ( | duration | ) |
Definition at line 251 of file hostmigration_shared.gsc.
References waitTillHostMigrationDone(), and waitTillHostMigrationStarts().
function waittillHostMigrationCountDown | ( | ) |
Definition at line 143 of file hostmigration_shared.gsc.
Referenced by Callback_PlayerKilled().
function waitTillHostMigrationDone | ( | ) |
Definition at line 193 of file hostmigration_shared.gsc.
Referenced by attack_primary(), awardCapturePoints(), crateControlledDrop(), forward_euler_integration(), heli_protect(), init_ride_killstreak_internal(), MigrationAwareWait(), playTickingSound(), updateDomScores(), use_hold_think_loop(), use_object_prox_think(), useHoldThinkLoop(), waitForPlayerTouch(), waitLongDurationWithHostMigrationPause(), and waitLongDurationWithHostMigrationPauseEMP().
function waitTillHostMigrationStarts | ( | duration | ) |
Definition at line 205 of file hostmigration_shared.gsc.
Referenced by waitLongDurationWithGameEndTimeUpdate(), waitLongDurationWithHostMigrationPause(), and waitLongDurationWithHostMigrationPauseEMP().