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

Go to the source code of this file.

Functions

function Callback_HostMigration ()
 
function Callback_HostMigrationSave ()
 
function Callback_PreHostMigrationSave ()
 
function find_alternate_player_place (v_origin, min_radius, max_radius, max_height, ignore_targetted_nodes)
 
function host_migration_respawn ()
 
function hostmigration_put_player_in_better_place ()
 
function hostMigrationTimerThink ()
 
function hostMigrationTimerThink_Internal ()
 
function hostMigrationWait ()
 
function hostMigrationWaitForPlayers ()
 
function lockTimer ()
 
function matchStartBlacscreen (duration)
 
function matchStartTimerConsole (type, duration)
 
function matchStartTimerConsole_Internal (countTime, matchStartTimer)
 
function pauseTimer ()
 
function post_migration_become_vulnerable ()
 
function post_migration_invulnerability ()
 
function resumeTimer ()
 
function UpdateTimerPausedness ()
 
function waitLongDurationWithGameEndTimeUpdate (duration)
 
function waitLongDurationWithHostMigrationPause (duration)
 
function waitTillHostMigrationDone ()
 
function waitTillHostMigrationStarts (duration)
 

Function Documentation

◆ Callback_HostMigration()

◆ Callback_HostMigrationSave()

function Callback_HostMigrationSave ( )

Definition at line 33 of file _hostmigration.gsc.

◆ Callback_PreHostMigrationSave()

function Callback_PreHostMigrationSave ( )

Definition at line 37 of file _hostmigration.gsc.

References IS_TRUE, set(), and undo_link_changes().

◆ find_alternate_player_place()

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().

◆ host_migration_respawn()

function host_migration_respawn ( )

Definition at line 244 of file _hostmigration.gsc.

References check_for_valid_spawn_near_team().

Referenced by Callback_HostMigration().

◆ hostmigration_put_player_in_better_place()

function hostmigration_put_player_in_better_place ( )

◆ hostMigrationTimerThink()

function hostMigrationTimerThink ( )

Definition at line 405 of file _hostmigration.gsc.

References hostMigrationTimerThink_Internal().

Referenced by Callback_HostMigration().

◆ hostMigrationTimerThink_Internal()

function hostMigrationTimerThink_Internal ( )

Definition at line 376 of file _hostmigration.gsc.

References spawn().

Referenced by hostMigrationTimerThink().

◆ hostMigrationWait()

function hostMigrationWait ( )

Definition at line 351 of file _hostmigration.gsc.

References hostMigrationWaitForPlayers(), and matchStartTimerConsole().

Referenced by Callback_HostMigration().

◆ hostMigrationWaitForPlayers()

function hostMigrationWaitForPlayers ( )

Definition at line 370 of file _hostmigration.gsc.

Referenced by hostMigrationWait().

◆ lockTimer()

function lockTimer ( )

Definition at line 63 of file _hostmigration.gsc.

References WAIT_SERVER_FRAME.

Referenced by Callback_HostMigration().

◆ matchStartBlacscreen()

function matchStartBlacscreen ( duration  )

Definition at line 339 of file _hostmigration.gsc.

References fade_out_intro_screen_zm(), and initialBlack().

Referenced by matchStartTimerConsole().

◆ matchStartTimerConsole()

function matchStartTimerConsole ( type  ,
duration   
)

◆ matchStartTimerConsole_Internal()

function matchStartTimerConsole_Internal ( countTime  ,
matchStartTimer   
)

Definition at line 281 of file _hostmigration.gsc.

References font_pulse(), and matchStartTimer().

Referenced by matchStartTimerConsole().

◆ pauseTimer()

function pauseTimer ( )

Definition at line 53 of file _hostmigration.gsc.

◆ post_migration_become_vulnerable()

function post_migration_become_vulnerable ( )

Definition at line 228 of file _hostmigration.gsc.

◆ post_migration_invulnerability()

function post_migration_invulnerability ( )

Definition at line 234 of file _hostmigration.gsc.

Referenced by Callback_HostMigration().

◆ resumeTimer()

function resumeTimer ( )

Definition at line 58 of file _hostmigration.gsc.

◆ UpdateTimerPausedness()

function UpdateTimerPausedness ( )

Definition at line 17 of file _hostmigration.gsc.

◆ waitLongDurationWithGameEndTimeUpdate()

function waitLongDurationWithGameEndTimeUpdate ( duration  )

Definition at line 483 of file _hostmigration.gsc.

References waitTillHostMigrationStarts().

◆ waitLongDurationWithHostMigrationPause()

function waitLongDurationWithHostMigrationPause ( duration  )

◆ waitTillHostMigrationDone()

function waitTillHostMigrationDone ( )

Definition at line 435 of file _hostmigration.gsc.

Referenced by waitLongDurationWithHostMigrationPause().

◆ waitTillHostMigrationStarts()

function waitTillHostMigrationStarts ( duration  )