Turn
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
The calling actor will turn (playing the appropriate animation) for the specified degrees to the right (deg. > 0), or to the left (deg. < 0).
Syntax
reference.Turn turnDegrees:float
Example
actorRef.Turn 30
actorRef will turn 30 deg. to the right.
actorRef.Turn -112
actorRef will turn 112 deg. to the left.