Call of Duty Script Documentation

scaleovertime( <time>, <width>, <height> )


Module
HUD


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


Number of optional arguments: 0



Return to Function List