Black Ops III

SetClockUp

Set a clock HUD element to count up over a time period.

Example:

level.bombstopwatch SetClockUp( 5, 60, "hudStopwatch", 64, 64 )

Parameters

ParameterSummary
*timeThe new timer time in seconds to count up
*full timeThe time in seconds represented by a full cycle of the hand, for instance a stopwatch would be 60s.
*materialThe material for the hud clock
[width]The width of the material.
[height]The height of the material.

* = mandatory