cod2-sdk/docs/ScriptFunctions/Animation/getangledelta.htm
2006-04-20 00:00:00 +00:00

33 lines
794 B
HTML

<HTML>
<HEAD>
<A HREF="../index.htm">Call of Duty Script Documentation</A>
<BR>
<H1>getangledelta(&lt;anim&gt;,&lt;start time&gt;,&lt;end time&gt;)</H1>
<BR>
</HEAD>
<BODY>
<H2>Module<PRE>Animation</PRE></H2>
<BR>
<H2>Summary</H2>
<BR>
<PRE>
Returns the rotation difference in the given animation
</PRE>
<BR>
<H2>Minimum Number of arguments: 1</H2>
<BR>
<UL>
<PRE>
<LI>1 : &lt;anim&gt; An animation</LI>
</PRE></UL>
<H2>Number of optional arguments: 2</H2>
<BR>
<UL>
<PRE>
<LI>1 : &lt;start time&gt; The start time as a fraction of the total animation time, from 0 to 1</LI>
<LI>2 : &lt;end time&gt; The end time as a fraction of the total animation time, from 0 to 1</LI>
</PRE></UL>
<BR>
<A HREF="../index.htm">Return to Function List</A><BR>
</BODY>
</HTML>