Turn

From the Fallout3 GECK Wiki
Revision as of 07:41, 7 April 2016 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = The calling actor will turn (with animation) for the specified amount of degrees to the right (deg. > 0), or to the left (deg. < 0). |na...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

The calling actor will turn (with animation) for the specified amount of degrees to the right (deg. > 0), or to the left (deg. < 0).

Syntax

[help]
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.

See Also