SetPosition - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Sets the object's current position in the world.

Syntax[edit | edit source]

Function SetPosition(float afX, float afY, float afZ) native

Parameters[edit | edit source]

  • afX: Position along the X axis.
  • afY: Position along the Y axis.
  • afZ: Position along the Z axis.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

; Set the statue to be at the center of the world
StatueProperty.SetPosition(0.0, 0.0, 0.0)

See Also[edit | edit source]