cod2-sdk/docs/ScriptFunctions/Player/getstance.htm

43 lines
723 B
HTML

<HTML>
<HEAD>
<A HREF="../index.htm">Call of Duty Script Documentation</A>
<BR>
<H1>getstance()</H1>
<BR>
</HEAD>
<BODY>
<H2>Module<PRE>Player</PRE></H2>
<BR>
<H2>Summary</H2>
<BR>
<PRE>
Gets the stance of the player. It only works for the player. Possible return values are 'crouch', 'prone' and 'stand'
</PRE>
<BR>
<H2>Call this function on</H2>
<BR>
<PRE>
The player
</PRE>
<BR>
<H2>Example</H2>
<BR>
<PRE>
if (level.player getstance() == "crouch")...
</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>