cod2-sdk/docs/ScriptFunctions/Sentient/geteye.htm

43 lines
689 B
HTML
Raw Permalink Normal View History

2006-04-20 00:00:00 +00:00
<HTML>
<HEAD>
<A HREF="../index.htm">Call of Duty Script Documentation</A>
<BR>
<H1>geteye()</H1>
<BR>
</HEAD>
<BODY>
<H2>Module<PRE>Sentient</PRE></H2>
<BR>
<H2>Summary</H2>
<BR>
<PRE>
Gets the position of the eye for an AI or Player
</PRE>
<BR>
<H2>Call this function on</H2>
<BR>
<PRE>
&lt;sentient&gt; An entity that is either the AI or a Player
</PRE>
<BR>
<H2>Example</H2>
<BR>
<PRE>
eyePos = level.player geteye();
</PRE>
<BR>
<H2>Minimum Number of arguments: 0</H2>
<BR>
<UL>
<PRE>
</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>