A FaceConsolePlayer: Difference between revisions

Remove an annoying empty paragraph at the start of the page
No edit summary
(Remove an annoying empty paragraph at the start of the page)
Tag: Source edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{PAGENAMEE}}}}
{{DISPLAYTITLE:{{PAGENAMEE}}}}{{DECORATEWarning}}
{{DECORATEWarning}}
'''A_FaceConsolePlayer''' [(float MaxTurnAngle)]
'''A_FaceConsolePlayer''' [(float MaxTurnAngle)]


Line 11: Line 10:
== Examples ==
== Examples ==
Hissy uses this codepointer to turn towards the local player:
Hissy uses this codepointer to turn towards the local player:
<syntaxhighlight line="1">
<pre>
Spawn:
Spawn:
     HISY B 1 [[A_FaceConsolePlayer]](5)
     HISY B 1 [[A_FaceConsolePlayer]](5)
Line 17: Line 16:
     HISY A 1 [[A_FaceConsolePlayer]](5)
     HISY A 1 [[A_FaceConsolePlayer]](5)
     wait
     wait
</syntaxhighlight>
</pre>


[[Category:DECORATE Functions]]
[[Category:DECORATE functions]]