https://wiki.zeroy.com/index.php?title=Call_of_Duty_4:_Scripting_Reference_-_AI::SetLookAtYawLimits&feed=atom&action=history Call of Duty 4: Scripting Reference - AI::SetLookAtYawLimits - Revision history 2024-03-28T17:18:28Z Revision history for this page on the wiki MediaWiki 1.41.0 https://wiki.zeroy.com/index.php?title=Call_of_Duty_4:_Scripting_Reference_-_AI::SetLookAtYawLimits&diff=5908&oldid=prev CoDEmanX: New page: {{Function |Version=4 |Name=SetLookAtYawLimits( &lt;look anim yaw max&gt;, &lt;look yaw limit&gt;, &lt;blendtime&gt; ) |Module=AI |Available=SP Only |Summary=Set the limits of what this ac... 2009-07-31T00:08:05Z <p>New page: {{Function |Version=4 |Name=SetLookAtYawLimits( &lt;look anim yaw max&gt;, &lt;look yaw limit&gt;, &lt;blendtime&gt; ) |Module=AI |Available=SP Only |Summary=Set the limits of what this ac...</p> <p><b>New page</b></p><div>{{Function<br /> |Version=4<br /> |Name=SetLookAtYawLimits( &amp;lt;look anim yaw max&amp;gt;, &amp;lt;look yaw limit&amp;gt;, &amp;lt;blendtime&amp;gt; )<br /> |Module=AI<br /> |Available=SP Only<br /> |Summary=Set the limits of what this actor can look at.<br /> |Call_on=&amp;lt;actor&amp;gt; An actor<br /> |Example=&lt;pre&gt;self SetLookAtYawLimits( lookAnimYawMax, lookYawLimit, blendtime );&lt;/pre&gt;<br /> |Required_args=<br /> # &lt;look anim yaw max&gt; The maximim yaw for the animation<br /> # &lt;look yaw limit&gt; The maximim limit for the actual look at.<br /> # &lt;blendtime&gt;The blend time for looking in seconds.<br /> |Optional_args<br /> |Notes<br /> }}</div> CoDEmanX