Player rotating even if just moving.

Discussions about Coding and Scripting
Post Reply
User avatar
PrinceOfFunky
Godlike
Posts: 1200
Joined: Mon Aug 31, 2015 10:31 pm

Player rotating even if just moving.

Post by PrinceOfFunky »

Does the player rotate even if just moving around without rotating its ViewRotation?
I'm wondering it since I have a function that captures the rotation changes on an actor, when I move the player around without using the mouse(just changing its Location), the logs show me that its rotation changed, how is it possible?
"Your stuff is known to be buggy and unfinished/not properly tested"
User avatar
Barbie
Godlike
Posts: 2792
Joined: Fri Sep 25, 2015 9:01 pm
Location: moved without proper hashing

Re: Player rotating even if just moving.

Post by Barbie »

How much is the difference between previous and current captured rotation? Maybe the value is clamped and the difference very low - detected but neglectable.
"Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." --Terry Pratchett
Post Reply