![]() |
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 | __main__ () |
function | start_timer (time, stop_notify) |
function | update_hud_position () |
function | wait_for_stop_notify (stop_notify) |
function __main__ | ( | ) |
Definition at line 15 of file _zm_timer.gsc.
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().
function update_hud_position | ( | ) |
Definition at line 83 of file _zm_timer.gsc.
References WAIT_SERVER_FRAME.
Referenced by start_timer().
function wait_for_stop_notify | ( | stop_notify | ) |
Definition at line 72 of file _zm_timer.gsc.
Referenced by start_timer().