SetActorTiltAngle

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

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

[help]
actor.SetActorTiltAngle axis:X/Y angle:float

Example

actorRef.SetActorTiltAngle X 35
actorRef.SetActorTiltAngle Y -60 

See Also