GetActorTiltAngle

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the calling actor's tilt angle on the specified Axis.

  • X - Front/Back tilt.
  • Y - Left/Right tilt.

Syntax

[help]
(angle:float) actor.GetActorTiltAngle axis:X/Y

Example

set fTiltLeftRight to actorRef.GetActorTiltAngle Y 

See Also