cod2-sdk/docs/ScriptFunctions/HUD/scaleovertime.htm
2006-04-20 00:00:00 +00:00

45 lines
902 B
HTML

<HTML>
<HEAD>
<A HREF="../index.htm">Call of Duty Script Documentation</A>
<BR>
<H1>scaleovertime( &lt;time&gt;, &lt;width&gt;, &lt;height&gt; ) </H1>
<BR>
</HEAD>
<BODY>
<H2>Module<PRE>HUD</PRE></H2>
<BR>
<H2>Summary</H2>
<BR>
<PRE>
Set a hud element to scale over time.
</PRE>
<BR>
<H2>Call this function on</H2>
<BR>
<PRE>
Hud Element
</PRE>
<BR>
<H2>Example</H2>
<BR>
<PRE>
other.progressbar scaleOverTime(level.planttime, level.barsize, 8);
</PRE>
<BR>
<H2>Minimum Number of arguments: 3</H2>
<BR>
<UL>
<PRE>
<LI>1 : &lt;time&gt; The time to scale the element in seconds</LI>
<LI>2 : &lt;width&gt; The new width of the material.</LI>
<LI>3 : &lt;height&gt; The new height of the material.</LI>
</PRE></UL>
<H2>Number of optional arguments: 0</H2>
<BR>
<UL>
<PRE>
</PRE></UL>
<BR>
<A HREF="../index.htm">Return to Function List</A><BR>
</BODY>
</HTML>