![]() |
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.
function Callback_HostMigration | ( | ) |
Definition at line 77 of file _hostmigration.gsc.
References clear(), get(), host_migration_respawn(), hostMigrationTimerThink(), hostMigrationWait(), is_player_valid(), IS_TRUE, lockTimer(), post_migration_invulnerability(), redo_link_changes(), set(), spawn(), and upload_zm_dash_counters().
function Callback_HostMigrationSave | ( | ) |
Definition at line 33 of file _hostmigration.gsc.
function Callback_PreHostMigrationSave | ( | ) |
Definition at line 37 of file _hostmigration.gsc.
References IS_TRUE, set(), and undo_link_changes().
function find_alternate_player_place | ( | v_origin | , |
min_radius | , | ||
max_radius | , | ||
max_height | , | ||
ignore_targetted_nodes | |||
) |
Definition at line 514 of file _hostmigration.gsc.
References check_point_in_enabled_zone(), and trace().
Referenced by hostmigration_put_player_in_better_place().
function host_migration_respawn | ( | ) |
Definition at line 244 of file _hostmigration.gsc.
References check_for_valid_spawn_near_team().
Referenced by Callback_HostMigration().
function hostmigration_put_player_in_better_place | ( | ) |
Definition at line 573 of file _hostmigration.gsc.
References check_for_valid_spawn_near_team(), find_alternate_player_place(), get_array(), and getFreeSpawnpoint().
function hostMigrationTimerThink | ( | ) |
Definition at line 405 of file _hostmigration.gsc.
References hostMigrationTimerThink_Internal().
Referenced by Callback_HostMigration().
function hostMigrationTimerThink_Internal | ( | ) |
Definition at line 376 of file _hostmigration.gsc.
References spawn().
Referenced by hostMigrationTimerThink().
function hostMigrationWait | ( | ) |
Definition at line 351 of file _hostmigration.gsc.
References hostMigrationWaitForPlayers(), and matchStartTimerConsole().
Referenced by Callback_HostMigration().
function hostMigrationWaitForPlayers | ( | ) |
Definition at line 370 of file _hostmigration.gsc.
Referenced by hostMigrationWait().
function lockTimer | ( | ) |
Definition at line 63 of file _hostmigration.gsc.
References WAIT_SERVER_FRAME.
Referenced by Callback_HostMigration().
function matchStartBlacscreen | ( | duration | ) |
Definition at line 339 of file _hostmigration.gsc.
References fade_out_intro_screen_zm(), and initialBlack().
Referenced by matchStartTimerConsole().
function matchStartTimerConsole | ( | type | , |
duration | |||
) |
Definition at line 298 of file _hostmigration.gsc.
References createServerFontString(), destroyElem(), font_pulse_init(), matchStartBlacscreen(), matchStartTimer(), matchStartTimerConsole_Internal(), setPoint(), and WAIT_SERVER_FRAME.
Referenced by hostMigrationWait().
function matchStartTimerConsole_Internal | ( | countTime | , |
matchStartTimer | |||
) |
Definition at line 281 of file _hostmigration.gsc.
References font_pulse(), and matchStartTimer().
Referenced by matchStartTimerConsole().
function pauseTimer | ( | ) |
Definition at line 53 of file _hostmigration.gsc.
function post_migration_become_vulnerable | ( | ) |
Definition at line 228 of file _hostmigration.gsc.
function post_migration_invulnerability | ( | ) |
Definition at line 234 of file _hostmigration.gsc.
Referenced by Callback_HostMigration().
function resumeTimer | ( | ) |
Definition at line 58 of file _hostmigration.gsc.
function UpdateTimerPausedness | ( | ) |
Definition at line 17 of file _hostmigration.gsc.
function waitLongDurationWithGameEndTimeUpdate | ( | duration | ) |
Definition at line 483 of file _hostmigration.gsc.
References waitTillHostMigrationStarts().
function waitLongDurationWithHostMigrationPause | ( | duration | ) |
Definition at line 454 of file _hostmigration.gsc.
References waitTillHostMigrationDone(), and waitTillHostMigrationStarts().
function waitTillHostMigrationDone | ( | ) |
Definition at line 435 of file _hostmigration.gsc.
Referenced by waitLongDurationWithHostMigrationPause().
function waitTillHostMigrationStarts | ( | duration | ) |
Definition at line 445 of file _hostmigration.gsc.
Referenced by waitLongDurationWithGameEndTimeUpdate(), and waitLongDurationWithHostMigrationPause().