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

Go to the source code of this file.

Functions

function __main__ ()
 
function start_timer (time, stop_notify)
 
function update_hud_position ()
 
function wait_for_stop_notify (stop_notify)
 

Function Documentation

◆ __main__()

function __main__ ( )

Definition at line 15 of file _zm_timer.gsc.

◆ start_timer()

function start_timer ( time  ,
stop_notify   
)

Definition at line 23 of file _zm_timer.gsc.

References update_hud_position(), and wait_for_stop_notify().

Referenced by teleport_pad_countdown().

◆ update_hud_position()

function update_hud_position ( )

Definition at line 83 of file _zm_timer.gsc.

References WAIT_SERVER_FRAME.

Referenced by start_timer().

◆ wait_for_stop_notify()

function wait_for_stop_notify ( stop_notify  )

Definition at line 72 of file _zm_timer.gsc.

Referenced by start_timer().