Call of Duty Script Documentation
settenthstimerup( <time> )
ModuleHUD
Summary
Set a timer HUD element to count up in tenths of a second
Call this function on
Hud Timer Element
Example
self.kc_timer setTenthsTimerUp(self.archivetime - delay);
Minimum Number of arguments: 1
1 : <time> The new timer time
Number of optional arguments: 0
Return to Function List