Call of Duty Script Documentation
scaleovertime( <time>, <width>, <height> )
ModuleHUD
Summary
Set a hud element to scale over time.
Call this function on
Hud Element
Example
other.progressbar scaleOverTime(level.planttime, level.barsize, 8);
Minimum Number of arguments: 3
1 : <time> The time to scale the element in seconds
2 : <width> The new width of the material.
3 : <height> The new height of the material.
Number of optional arguments: 0
Return to Function List