IsTurning

From the CreationKit Wiki
Jump to navigation Jump to search

This function checks whether an actor is turning. If the actor isn't turning, then the function returns 0.0; otherwise, the function returns 1.0 if the actor is turning to the left, or 2.0 if the actor is turning to the right. If the function is called on something that is not an actor, it returns 0.0.

See Also[edit | edit source]

IsMoving