SetActorTiltAngle
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Sets the calling actor's tilt angle on the specified Axis.
- X - angle > 0 : Front; angle < 0 : Back.
- Y - angle > 0 : Left; angle < 0 : Right.
Syntax
actor.SetActorTiltAngle axis:X/Y angle:float
Example
actorRef.SetActorTiltAngle X 35
actorRef.SetActorTiltAngle Y -60