Call of Duty Script Documentation

setclock( <time>, <full time>, <material>, <height>, <width> )


Module
HUD


Summary


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

Call this function on


Hud Clock Element

Example


level.bombstopwatch setClock(5, 60, "hudStopwatch", 64, 64); 

Minimum Number of arguments: 3


Number of optional arguments: 2



Return to Function List