Difference between revisions of "FaceObject"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = The calling actor will turn (with animation) to face the specified object-reference. |name = FaceObject |referenceType = reference |ar...")
 
imported>Jazzisparis
 
Line 1: Line 1:
{{Function
{{Function
  |origin = JIP
  |origin = JIP
  |summary = The calling actor will turn (with animation) to face the specified object-reference.
  |summary = The calling actor will turn (playing the appropriate animation) to face the specified object-reference.
  |name = FaceObject
  |name = FaceObject
  |referenceType = reference
  |referenceType = reference

Latest revision as of 09:18, 7 April 2016

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

The calling actor will turn (playing the appropriate animation) to face the specified object-reference.

Syntax

[help]
reference.FaceObject object:ref

Example

actorRef.FaceObject objectRef

See Also